Author: paultcochrane
Date: Tue Apr 10 05:36:04 2007
New Revision: 18119

Modified:
   trunk/compilers/pirc/src/pirutil.h

Log:
[pirc] Corrected indenting as per coding standards


Modified: trunk/compilers/pirc/src/pirutil.h
==============================================================================
--- trunk/compilers/pirc/src/pirutil.h  (original)
+++ trunk/compilers/pirc/src/pirutil.h  Tue Apr 10 05:36:04 2007
@@ -1,17 +1,12 @@
 #ifndef __PIRUTIL_H
 #  define __PIRUTIL_H
 
-
-
 /* command argument switches */
 typedef enum pirc_flags {
-        PIRC_VERBOSE     = 1,
-        PIRC_DEBUG       = 2,
-
+    PIRC_VERBOSE     = 1,
+    PIRC_DEBUG       = 2,
 } pirc_flag;
 
-
-
 extern void printverbose(char *message);
 
 extern void printdebug(char *message);
@@ -23,11 +18,8 @@
 #  define debug(P,S)    if (P->flags & PIRC_DEBUG)   printdebug(S)
 */
 
-
 #endif
 
-
-
 /*
  * Local variables:
  *   c-file-style: "parrot"

Reply via email to