From: Bruno Haible Date: Tue, 18 Dec 2001 13:39:58 +0000 (+0000) Subject: Indentation. X-Git-Tag: v0.11~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4eabed43045d533620e99911de1ec4b11c2a74f;p=thirdparty%2Fgettext.git Indentation. --- diff --git a/src/str-list.c b/src/str-list.c index 73163154e..ce9d5a496 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)