[PATCH 1/2] style fixes
Florian Friesdorf
flo at chaoflow.net
Sun May 8 16:13:14 PDT 2011
---
notmuch-search.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/notmuch-search.c b/notmuch-search.c
index e7fc41a..fd7c7d1 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -112,13 +112,13 @@ format_item_id_text (unused (const void *ctx),
}
static char *
-sanitize_string(const void *ctx, const char *str)
+sanitize_string (const void *ctx, const char *str)
{
char *out, *loop;
loop = out = talloc_strdup (ctx, str);
- for(;*loop;loop++){
+ for (; *loop; loop++) {
if ((unsigned char)(*loop) < 32)
*loop = '?';
}
--
1.7.5.1
More information about the notmuch
mailing list