diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-12-21 16:45:30 +0100 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-12-21 16:54:01 +0100 |
commit | a99ec53eb1f3b85c1419a1624e360ada377af9ee (patch) | |
tree | bf83f25a207f0bb7a6c0c870c1969e1193c4bd66 /src/AnnotationList.h | |
parent | 975bdced50287ed8b93aa7c698ab46e2e1f98121 (diff) | |
download | bison-a99ec53eb1f3b85c1419a1624e360ada377af9ee.tar.gz |
style changes: run cppi
Run it in src/ for a start.
* src/AnnotationList.h, src/InadequacyList.h, src/Sbitset.h,
* src/closure.c, src/complain.h, src/flex-scanner.h, src/getargs.h,
* src/gram.h, src/graphviz.h, src/ielr.h, src/location.h,
* src/muscle-tab.h, src/named-ref.h, src/relation.h, src/scan-code.h,
* src/state.h, src/symtab.h, src/system.h, src/uniqstr.h:
Reindent preprocessor directives.
Diffstat (limited to 'src/AnnotationList.h')
-rw-r--r-- | src/AnnotationList.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/AnnotationList.h b/src/AnnotationList.h index 3088a83f..fe6142d6 100644 --- a/src/AnnotationList.h +++ b/src/AnnotationList.h @@ -20,10 +20,10 @@ #ifndef ANNOTATION_LIST_H_ # define ANNOTATION_LIST_H_ -#include <bitsetv.h> -#include "Sbitset.h" -#include "InadequacyList.h" -#include "state.h" +# include <bitsetv.h> +# include "Sbitset.h" +# include "InadequacyList.h" +# include "state.h" typedef unsigned int AnnotationIndex; |