]> andersk Git - moira.git/blobdiff - clients/moira/defs.h
Code style cleanup. (No functional changes)
[moira.git] / clients / moira / defs.h
index f55f2a636c530b87e00496775e788014468a412d..3574482e2f707399592776f06448a46de33ede27 100644 (file)
@@ -1,17 +1,17 @@
 /*     This is the file defs.h for the SMS Client, which allows a nieve
  *      user to quickly and easily maintain most parts of the SMS database.
  *     It Contains: useful definitions.
- *     
+ *
  *     Created:        4/12/88
  *     By:             Chris D. Peterson
  *
  *      $Source$
  *      $Author$
  *      $Header$
- *     
+ *
  *     Copyright 1988 by the Massachusetts Institute of Technology.
  *
- *     For further information on copyright and distribution 
+ *     For further information on copyright and distribution
  *     see the file mit-copyright.h
  */
 
@@ -46,8 +46,8 @@
 #define MAX_ARGS_SIZE 100
 
 typedef void (*FVoid)();       /* function pointer typedef. */
-typedef char * (*FCharStar)(); /* function pointer typedef. */
-typedef int  (*FInt)();                /* function pointer typedef. */
+typedef char *(*FCharStar)();  /* function pointer typedef. */
+typedef int (*FInt)();         /* function pointer typedef. */
 
 typedef int Bool;
 
@@ -62,9 +62,9 @@ typedef int Bool;
 /* for use with insqueue and remque. */
 
 struct qelem {
-  struct    qelem *q_forw;
-  struct    qelem *q_back;
-  char * q_data;
+  struct qelem *q_forw;
+  struct qelem *q_back;
+  char *q_data;
 };
 
 #endif /* _defs_header_ */     /* Do Not Add Anything After This Line */
This page took 0.037837 seconds and 4 git commands to generate.