aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-07-12 19:28:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-07-12 19:28:24 +0000
commit657104a0db3376fbf042502f2da6b9f98c1c9a97 (patch)
tree9ffa2ad6cb0228d0b87b858500ec8199f7bcb42b /epan/strutil.c
parentb1e0d8edc525134b2d855a8a93f1ba443a866430 (diff)
Small whitespace fix.
svn path=/trunk/; revision=25726
Diffstat (limited to 'epan/strutil.c')
-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) {