ps: fix build breakage from vda's recent commit
*: whitespace fixes
This commit is contained in:
parent
4e9ca75281
commit
6b404431aa
9 changed files with 57 additions and 57 deletions
|
@ -70,9 +70,9 @@ int index_in_substrings(const char *strings, const char *key)
|
|||
|
||||
const char *nth_string(const char *strings, int n)
|
||||
{
|
||||
while (n) {
|
||||
n--;
|
||||
strings += strlen(strings) + 1;
|
||||
}
|
||||
return strings;
|
||||
while (n) {
|
||||
n--;
|
||||
strings += strlen(strings) + 1;
|
||||
}
|
||||
return strings;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue