aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/strutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/strutil.c b/epan/strutil.c
index 257c4e63b1..f89e17a511 100644
--- a/epan/strutil.c
+++ b/epan/strutil.c
@@ -312,7 +312,7 @@ format_text_wsp(const guchar *string, int len)
} else if (isspace(c)) {
fmtbuf[idx][column] = ' ';
column++;
- }else {
+ } else {
fmtbuf[idx][column] = '\\';
column++;
switch (c) {