aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq-base.c
diff options
context:
space:
mode:
authorRobert Grange <robionekenobi@bluewin.ch>2018-02-13 14:52:38 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-14 05:28:00 +0000
commit4904dd5517dd1b9f7096a3b61d91f32c8ea14331 (patch)
treee191d0a09ede010e0917af9d395e135c8a80edfb /epan/dissectors/packet-mq-base.c
parent621d1496d70951bedc19adb1f5a1854ba4fd60ea (diff)
packet-mq: Code reformat
Only reformated code (VS2017 with Ctrl K + Ctrl D) No code logic change Change-Id: If574c50cf0efb75984beb45df958be991ea63819 Reviewed-on: https://code.wireshark.org/review/25771 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-mq-base.c')
-rw-r--r--epan/dissectors/packet-mq-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mq-base.c b/epan/dissectors/packet-mq-base.c
index a90e6e3b66..8f70c4ef21 100644
--- a/epan/dissectors/packet-mq-base.c
+++ b/epan/dissectors/packet-mq-base.c
@@ -16,7 +16,7 @@
#include "packet-mq.h"
-/* This routine truncates the string at the first blank space */
+ /* This routine truncates the string at the first blank space */
gint32 strip_trailing_blanks(guint8* a_str, guint32 a_size)
{
gint32 i = 0;