diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 09:25:53 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 09:25:53 +0200 |
commit | f402775e5d886e76613101c5ec75616e7628293c (patch) | |
tree | 6bc29d92078463e00a7d7453af9ed3ccb2664b21 /Include/grammar.h | |
parent | e9ae8340a3060637ae74825024683d05e3bb71e3 (diff) | |
download | cpython-git-f402775e5d886e76613101c5ec75616e7628293c.tar.gz |
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 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 */ |