mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
slirp: replace DEBUG_ARGS with DEBUG_ARG
There is no clear benefit in calling an alias DEBUG_ARGS(). Replace calls with DEBUG_ARG(), and fix the white-spacing while at it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
eb0b159614
commit
a857d91d8c
6 changed files with 25 additions and 27 deletions
|
@ -33,8 +33,6 @@ extern int slirp_debug;
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
#define DEBUG_ARGS(fmt, ...) DEBUG_ARG(fmt, ##__VA_ARGS__)
|
||||
|
||||
#define DEBUG_MISC(fmt, ...) do { \
|
||||
if (slirp_debug & DBG_MISC) { \
|
||||
fprintf(dfd, fmt, ##__VA_ARGS__); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue