mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
[LIBWINE]
- Fix broken indentation (-Wmisleading-indentation) svn path=/trunk/; revision=73641
This commit is contained in:
parent
5eebde25c0
commit
ed174701c8
1 changed files with 1 additions and 1 deletions
2
reactos/sdk/lib/3rdparty/libwine/debug.c
vendored
2
reactos/sdk/lib/3rdparty/libwine/debug.c
vendored
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue