]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-syslog.c
Put "{" at end of line with "if" to keep a consistent style
[tcpdump] / print-syslog.c
index 916a2f200c82523f1ffb4fd6416eadc9a64590fc..095b715007a99a1697afccb71528016bfd99456b 100644 (file)
@@ -109,8 +109,7 @@ syslog_print(netdissect_options *ndo,
     facility = (pri & SYSLOG_FACILITY_MASK) >> 3;
     severity = pri & SYSLOG_SEVERITY_MASK;
 
-    if (ndo->ndo_vflag < 1 )
-    {
+    if (ndo->ndo_vflag < 1 ) {
         ND_PRINT("SYSLOG %s.%s, length: %u",
                tok2str(syslog_facility_values, "unknown (%u)", facility),
                tok2str(syslog_severity_values, "unknown (%u)", severity),