diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-18 13:39:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:50:11 +0200 |
commit | b4eabed43045d533620e99911de1ec4b11c2a74f (patch) | |
tree | ce8c6ae8430973d024dbccb6f77972cd07bd6896 | |
parent | d8bdbec0fbcd97964a544a150828dd6efd279189 (diff) | |
download | external_gettext-b4eabed43045d533620e99911de1ec4b11c2a74f.zip external_gettext-b4eabed43045d533620e99911de1ec4b11c2a74f.tar.gz external_gettext-b4eabed43045d533620e99911de1ec4b11c2a74f.tar.bz2 |
Indentation.
-rw-r--r-- | src/str-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str-list.c b/src/str-list.c index 7316315..ce9d5a4 100644 --- a/src/str-list.c +++ b/src/str-list.c @@ -224,7 +224,7 @@ string_list_member (slp, s) const string_list_ty *slp; const char *s; { - size_t j; + size_t j; for (j = 0; j < slp->nitems; ++j) if (strcmp (slp->item[j], s) == 0) |