diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-11-11 14:02:36 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-11-11 14:02:36 +0000 |
commit | fcaa247358acee3f1cdce9ddd677e6b97b431b66 (patch) | |
tree | 8d3b0c2905e86f236a579745e5259f2982c67f69 /sys/dev/firmload.c | |
parent | 8238a22143ff11a6a88d937ad0decb152a5900d6 (diff) |
Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoing
for (...) {
if (something) {
...
}
}
into
for (...) {
if (!something)
continue;
...
}
All other lines which were still too long have been splitted up.
No functional change (beside of if-statement).
Diffstat (limited to 'sys/dev/firmload.c')
0 files changed, 0 insertions, 0 deletions