diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
commit | efc6f628e15de95bcd13e4f0ee223cb42115d520 (patch) | |
tree | 7f486b4bc1a4c8fc47f236f1e95e33feee745f7c /intl | |
parent | 4690e621acd4579dae60b6f55f58284ee805e86d (diff) | |
download | e2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.tar.gz |
Remove trailing whitespace for the entire source tree
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'intl')
-rw-r--r-- | intl/l10nflist.c | 4 | ||||
-rw-r--r-- | intl/plural.c | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index eb995aaf..40b0249b 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -164,7 +164,7 @@ pop (int x) return x; } - + struct loaded_l10nfile * _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, @@ -359,7 +359,7 @@ _nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, return retval; } - + /* Normalize codeset name. There is no standard for the codeset names. Normalization allows the user to use any of the common names. The return value is dynamically allocated and has to be diff --git a/intl/plural.c b/intl/plural.c index 72494f9e..535305b7 100644 --- a/intl/plural.c +++ b/intl/plural.c @@ -223,8 +223,8 @@ static const short yyrline[] = /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ static const char *const yytname[] = { - "$", "error", "$undefined.", "'?'", "'|'", "'&'", "EQUOP2", "CMPOP2", - "ADDOP2", "MULOP2", "'!'", "NUMBER", "':'", "'n'", "'('", "')'", + "$", "error", "$undefined.", "'?'", "'|'", "'&'", "EQUOP2", "CMPOP2", + "ADDOP2", "MULOP2", "'!'", "NUMBER", "':'", "'n'", "'('", "')'", "start", "exp", 0 }; #endif @@ -556,7 +556,7 @@ int yydebug; #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif - + #ifdef YYERROR_VERBOSE # ifndef yystrlen @@ -608,7 +608,7 @@ yystpcpy (yydest, yysrc) # endif # endif #endif - + #line 315 "/usr/local/share/bison/bison.simple" @@ -1081,7 +1081,7 @@ case 12: #line 705 "/usr/local/share/bison/bison.simple" - + yyvsp -= yylen; yyssp -= yylen; #if YYLSP_NEEDED |