diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-10-20 00:56:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-10-20 14:46:57 -0700 |
commit | a945540e6eea9b9303c8f611412ecb58129180e7 (patch) | |
tree | 455c88ad4c7b97886d47ae292b2829c31408eeea /src/XKBfileInt.h | |
parent | 7381c2f9013ef7784c78091fa671e652a62ca706 (diff) |
Convert to X.Org standard indentation style
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XKBfileInt.h')
-rw-r--r-- | src/XKBfileInt.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h index e810e61..dbaf825 100644 --- a/src/XKBfileInt.h +++ b/src/XKBfileInt.h @@ -63,8 +63,8 @@ _XFUNCPROTOBEGIN -static inline -char *_XkbDupString(const char *s) +static inline char * +_XkbDupString(const char *s) { return s ? strdup(s) : NULL; } @@ -79,5 +79,4 @@ extern int _XkbStrCaseCmp(char *s1, char *s2); #endif _XFUNCPROTOEND - -#endif /* _XKBFILEINT_H_ */ +#endif /* _XKBFILEINT_H_ */ |