[LIBWINE]

- Fix broken indentation (-Wmisleading-indentation)

svn path=/trunk/; revision=73641
This commit is contained in:
Thomas Faber 2017-01-31 12:46:37 +00:00
parent 5eebde25c0
commit ed174701c8

View 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 );