summaryrefslogtreecommitdiff
path: root/src/getargs.h
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-12-21 16:45:30 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-12-21 16:54:01 +0100
commita99ec53eb1f3b85c1419a1624e360ada377af9ee (patch)
treebf83f25a207f0bb7a6c0c870c1969e1193c4bd66 /src/getargs.h
parent975bdced50287ed8b93aa7c698ab46e2e1f98121 (diff)
downloadbison-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/getargs.h')
-rw-r--r--src/getargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getargs.h b/src/getargs.h
index 3c081fe3..e97db2b5 100644
--- a/src/getargs.h
+++ b/src/getargs.h
@@ -21,7 +21,7 @@
#ifndef GETARGS_H_
# define GETARGS_H_
-#include "location.h"
+# include "location.h"
enum { command_line_prio, grammar_prio, default_prio };