aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2013-01-02 17:43:28 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2013-01-02 17:43:28 +0000
commit6e77aef9466cfd320f2ab0ee3761c29db9c8ba98 (patch)
tree136254a9688181e8be72d707f159a2055bca6075 /text2pcap.c
parentc2fb93c0de44e2f5b260194ef8b48044d7becd94 (diff)
Fix indentation.
svn path=/trunk/; revision=46901
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 2f2418920e..426e64acf3 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -1671,10 +1671,10 @@ main(int argc, char *argv[])
if (debug)
fprintf(stderr, "\n-------------------------\n");
if (!quiet) {
- fprintf(stderr, "Read %u potential packet%s, wrote %u packet%s (%" G_GINT64_MODIFIER "u byte%s).\n",
- num_packets_read, (num_packets_read == 1) ? "" : "s",
- num_packets_written, (num_packets_written == 1) ? "" : "s",
- bytes_written, (bytes_written == 1) ? "" : "s");
+ fprintf(stderr, "Read %u potential packet%s, wrote %u packet%s (%" G_GINT64_MODIFIER "u byte%s).\n",
+ num_packets_read, (num_packets_read == 1) ? "" : "s",
+ num_packets_written, (num_packets_written == 1) ? "" : "s",
+ bytes_written, (bytes_written == 1) ? "" : "s");
}
return 0;
}