Ignore:
Timestamp:
Jul 27, 2017, 4:37:32 PM (7 years ago)
Author:
max@…
Message:

Re-indent, to appease GCC5 warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/string.c

    r238 r288  
    147147        ch = c;
    148148        for (;;) {
    149                 if (*t == ch) l=t; if (!*t) return (char*)l; ++t;
     149                if (*t == ch)
     150                        l=t;
     151                if (!*t)
     152                        return (char*)l;
     153                ++t;
    150154        }
    151155        return (char*)l;
Note: See TracChangeset for help on using the changeset viewer.