summaryrefslogtreecommitdiff
path: root/Include/grammar.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-21 09:25:53 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-21 09:25:53 +0200
commitf402775e5d886e76613101c5ec75616e7628293c (patch)
tree6bc29d92078463e00a7d7453af9ed3ccb2664b21 /Include/grammar.h
parente9ae8340a3060637ae74825024683d05e3bb71e3 (diff)
downloadcpython-git-f402775e5d886e76613101c5ec75616e7628293c.tar.gz
Removed trailing tabs.
Diffstat (limited to 'Include/grammar.h')
-rw-r--r--Include/grammar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/grammar.h b/Include/grammar.h
index ba7d19d821..85120b9be9 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -37,7 +37,7 @@ typedef struct {
typedef struct {
int s_narcs;
arc *s_arc; /* Array of arcs */
-
+
/* Optional accelerators */
int s_lower; /* Lowest label index */
int s_upper; /* Highest label index */