Author: paultcochrane
Date: Sat Mar 31 02:43:44 2007
New Revision: 17874

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

Log:
[pirc] Corrected indenting, trailing whitespace and hard tab issues
according to coding standards


Modified: trunk/compilers/pirc/src/pirparser.h
==============================================================================
--- trunk/compilers/pirc/src/pirparser.h        (original)
+++ trunk/compilers/pirc/src/pirparser.h        Sat Mar 31 02:43:44 2007
@@ -8,17 +8,13 @@
 struct parser_state;
 
 /* define output type: what kind of semantic routines
- * should be called in the parser? 
+ * should be called in the parser?
  */
 typedef enum outputtypes {
-               OUTPUT_NONE,    /* do nothing  */
-               OUTPUT_PIR,     /* output PIR  */
-               OUTPUT_PAST     /* output PAST */
-               
-} outputtype; 
-
-
-
+    OUTPUT_NONE,    /* do nothing  */
+    OUTPUT_PIR,     /* output PIR  */
+    OUTPUT_PAST     /* output PAST */
+} outputtype;
 
 /* parser constructor */
 extern struct parser_state *new_parser(char const * filename, outputtype type);
@@ -36,8 +32,6 @@
 
 extern token get_token(struct parser_state *p);
 
-
-
 #endif
 
 /*

Reply via email to