diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 07:25:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 07:25:53 (GMT) |
commit | f402775e5d886e76613101c5ec75616e7628293c (patch) | |
tree | 6bc29d92078463e00a7d7453af9ed3ccb2664b21 /Include/grammar.h | |
parent | e9ae8340a3060637ae74825024683d05e3bb71e3 (diff) | |
download | cpython-f402775e5d886e76613101c5ec75616e7628293c.zip cpython-f402775e5d886e76613101c5ec75616e7628293c.tar.gz cpython-f402775e5d886e76613101c5ec75616e7628293c.tar.bz2 |
Removed trailing tabs.
Diffstat (limited to 'Include/grammar.h')
-rw-r--r-- | Include/grammar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/grammar.h b/Include/grammar.h index ba7d19d..85120b9 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 */ |