[LIBWINE]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 31 Jan 2017 12:46:37 +0000 (12:46 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 31 Jan 2017 12:46:37 +0000 (12:46 +0000)
- Fix broken indentation (-Wmisleading-indentation)

svn path=/trunk/; revision=73641

reactos/sdk/lib/3rdparty/libwine/debug.c

index 7023bdd..dbcce11 100644 (file)
@@ -424,7 +424,7 @@ static int default_dbg_vlog( enum __wine_debug_class cls, struct __wine_debug_ch
     if (cls < sizeof(debug_classes)/sizeof(debug_classes[0]))
         ret += wine_dbg_printf( "%s:", debug_classes[cls] );
 
-       if (file && line)
+    if (file && line)
         ret += wine_dbg_printf ( "(%s:%d) ", file, line );
     else
         ret += wine_dbg_printf( "%s:%s: ", channel->name, func );