summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-03-16 00:33:34 +0000
committersabetts <sabetts>2006-03-16 00:33:34 +0000
commit9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6 (patch)
treec6b2230a429ae887eed80487d1833c1eec129447 /src/globals.h
parent0ad6d8b36f975c43f37b0ad07112c2cd31003417 (diff)
downloadratpoison-9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6.zip
remove tabs and trailing whitespace.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/globals.h b/src/globals.h
index 080d31d..59561dc 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -37,17 +37,17 @@
#define EMPTY -1
/* Possible values for defaults.window_list_style */
-#define STYLE_ROW 0
+#define STYLE_ROW 0
#define STYLE_COLUMN 1
/* Possible values for defaults.win_name */
-#define WIN_NAME_TITLE 0
-#define WIN_NAME_RES_CLASS 1
-#define WIN_NAME_RES_NAME 2
+#define WIN_NAME_TITLE 0
+#define WIN_NAME_RES_CLASS 1
+#define WIN_NAME_RES_NAME 2
/* Possible directions to traverse the completions list. */
-#define COMPLETION_NEXT 0
-#define COMPLETION_PREVIOUS 1
+#define COMPLETION_NEXT 0
+#define COMPLETION_PREVIOUS 1
/* Error codes for group_delete_group() */
#define GROUP_DELETE_GROUP_OK 0