Get rid of remaining tabs and replace them with spaces.
[srvx.git] / src / helpfile.h
index c547f5e76ca927d3fa3d4be8566d854389743c77..4833d80884462d4017b31fd2c875506ebd199b33 100644 (file)
@@ -29,8 +29,8 @@ struct string_list;
 
 extern struct userNode *message_dest; /* message destination; useful in expansion callbacks */
 
-#define MIN_LINE_SIZE          40
-#define MAX_LINE_SIZE          450
+#define MIN_LINE_SIZE       40
+#define MAX_LINE_SIZE       450
 
 #define TABLE_REPEAT_HEADERS 0x0001 /* repeat the headers for each columnset? */
 #define TABLE_PAD_LEFT       0x0002 /* pad cells on the left? */