nfctool: sniffer: Fix over 80 chars macro
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 2 May 2013 16:02:18 +0000 (18:02 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 2 May 2013 16:02:18 +0000 (18:02 +0200)
tools/nfctool/llcp-decode.c

index d7e67ab..fa42af5 100644 (file)
@@ -139,9 +139,10 @@ static const gchar *llcp_param_str[] = {
        "Service Discovery Response"
 };
 
-#define llcp_printf_header(prefix, color, fmt, ...) print_indent_prefix(LLCP_HEADER_INDENT, \
-                                               color, prefix, \
-                                               LLCP_COLOR, fmt, ## __VA_ARGS__)
+#define llcp_printf_header(prefix, color, fmt, ...) \
+                               print_indent_prefix( LLCP_HEADER_INDENT,\
+                               color, prefix, \
+                               LLCP_COLOR, fmt, ## __VA_ARGS__)
 
 #define llcp_printf_msg(fmt, ...) print_indent(LLCP_MSG_INDENT, \
                                                LLCP_COLOR, fmt, ## __VA_ARGS__)