aboutsummaryrefslogtreecommitdiff
path: root/src/strlist.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-11 12:44:47 +0000
committerRoy Marples <roy@marples.name>2007-04-11 12:44:47 +0000
commite6674b2caee26d2421215d29977cb91d5731ec8a (patch)
tree330ef9a3fd817a50ed62438e346e560be08f19fe /src/strlist.h
parent55884f7959e1c80e573eb7cc3c8749197c11c4c9 (diff)
Cuddle up to LKML C style
Diffstat (limited to 'src/strlist.h')
-rw-r--r--src/strlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strlist.h b/src/strlist.h
index d3d54709..66dce13c 100644
--- a/src/strlist.h
+++ b/src/strlist.h
@@ -18,7 +18,7 @@
it should usually by +1 from what you expect, and should only be
used in the scope of the macro) */
#define STRLIST_FOREACH(_list, _pos, _counter) \
- if ((_list) && _list[0] && ! (_counter = 0)) \
- while ((_pos = _list[_counter++]))
+ if ((_list) && _list[0] && ! (_counter = 0)) \
+ while ((_pos = _list[_counter++]))
#endif /* __STRLIST_H__ */