mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Tidy up use of white space so we have it after if/for/while and not after (
or before ) or padding at end of line. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5f49ccbcb
commit
0708409c1b
180 changed files with 2181 additions and 2156 deletions
|
@ -1700,7 +1700,7 @@ NSDictionary *locale)
|
|||
--width; /* Account for the character itself. */
|
||||
if (!left)
|
||||
PAD (' ');
|
||||
outchar ( ((unsigned char)
|
||||
outchar (((unsigned char)
|
||||
args_value[specs[nspecs_done].data_arg].pa_char));
|
||||
if (left)
|
||||
PAD (' ');
|
||||
|
@ -1980,7 +1980,7 @@ printf_unknown (GSStr s, const struct printf_info *info,
|
|||
static unichar *
|
||||
group_number (unichar *w, unichar *rear_ptr, const char *grouping,
|
||||
NSString *thousands_sep
|
||||
)
|
||||
)
|
||||
{
|
||||
int len;
|
||||
unichar *src, *s;
|
||||
|
@ -2017,7 +2017,7 @@ group_number (unichar *w, unichar *rear_ptr, const char *grouping,
|
|||
#if CHAR_MIN < 0
|
||||
|| *grouping < 0
|
||||
#endif
|
||||
)
|
||||
)
|
||||
{
|
||||
/* No further grouping to be done.
|
||||
Copy the rest of the number. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue