diff options
Diffstat (limited to 'xkbcomp/compat.h')
-rw-r--r-- | xkbcomp/compat.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xkbcomp/compat.h b/xkbcomp/compat.h index 702883275..799b215ee 100644 --- a/xkbcomp/compat.h +++ b/xkbcomp/compat.h @@ -1,7 +1,7 @@ -
-#ifndef COMPAT_H
-#define COMPAT_H 1
-
-extern LookupEntry groupNames[];
-
-#endif /* COMPAT_H */
+ +#ifndef COMPAT_H +#define COMPAT_H 1 + +extern LookupEntry groupNames[]; + +#endif /* COMPAT_H */ |