mirror of git://sourceware.org/git/glibc.git
Indentation fix.
This commit is contained in:
parent
7d0673aea5
commit
82eafaf769
|
|
@ -660,7 +660,7 @@ FCT (pattern, string, no_leading_period, flags)
|
||||||
representation is UCS4. */
|
representation is UCS4. */
|
||||||
for (strcnt = 0; strcnt < c1; ++strcnt)
|
for (strcnt = 0; strcnt < c1; ++strcnt)
|
||||||
str[strcnt] = startp[1 + strcnt];
|
str[strcnt] = startp[1 + strcnt];
|
||||||
#endif
|
# endif
|
||||||
|
|
||||||
table_size =
|
table_size =
|
||||||
_NL_CURRENT_WORD (LC_COLLATE,
|
_NL_CURRENT_WORD (LC_COLLATE,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue