summaryrefslogtreecommitdiff
path: root/keycodes.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-08-11 15:47:09 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-08-12 10:54:45 +0930
commitca32570cf16494fb8e0577de8b05ba18cb927ce1 (patch)
treee216eb5c189e3f73fcaab49fbc094f581fab9364 /keycodes.h
parent12e8f5e5b3f33dbd1290c76dd0d6a4cf832993d7 (diff)
Indent fixes.
indent -cbi 0 -nprs -nut -npcs -i4 -bli 0 *.c *.h
Diffstat (limited to 'keycodes.h')
-rw-r--r--keycodes.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/keycodes.h b/keycodes.h
index 5e2680d..11f4460 100644
--- a/keycodes.h
+++ b/keycodes.h
@@ -29,14 +29,12 @@
#define KeyNameToLong(n) ((((unsigned long)n[0])<<24)|(((unsigned long)n[1])<<16)|(((unsigned long)n[2])<<8)|n[3])
-extern char * longText(
- unsigned long /* val */,
- unsigned /* format */
-);
+extern char *longText(unsigned long /* val */ ,
+ unsigned /* format */
+ );
-extern void LongToKeyName(
- unsigned long /* val */,
- char * /* name_rtrn */
-);
+extern void LongToKeyName(unsigned long /* val */ ,
+ char * /* name_rtrn */
+ );
#endif /* KEYCODES_H */