Skip to content

Commit a28662b

Browse files
committed
util: virlog.h: fix macro indentation
Signed-off-by: Ján Tomko <[email protected]>
1 parent 0fd2f43 commit a28662b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/virlog.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#ifdef PACKAGER_VERSION
2828
# ifdef PACKAGER
2929
# define VIR_LOG_VERSION_STRING \
30-
"libvirt version: " VERSION ", package: " PACKAGER_VERSION " (" PACKAGER ")"
30+
"libvirt version: " VERSION ", package: " PACKAGER_VERSION " (" PACKAGER ")"
3131
# else
3232
# define VIR_LOG_VERSION_STRING \
33-
"libvirt version: " VERSION ", package: " PACKAGER_VERSION
33+
"libvirt version: " VERSION ", package: " PACKAGER_VERSION
3434
# endif
3535
#else
3636
# define VIR_LOG_VERSION_STRING \
@@ -88,7 +88,7 @@ struct _virLogSource {
8888
virLogMessage(src, VIR_LOG_ERROR, filename, linenr, funcname, NULL, __VA_ARGS__)
8989

9090
#define VIR_DEBUG(...) \
91-
VIR_DEBUG_INT(&virLogSelf, __FILE__, __LINE__, __func__, __VA_ARGS__)
91+
VIR_DEBUG_INT(&virLogSelf, __FILE__, __LINE__, __func__, __VA_ARGS__)
9292
#define VIR_INFO(...) \
9393
VIR_INFO_INT(&virLogSelf, __FILE__, __LINE__, __func__, __VA_ARGS__)
9494
#define VIR_WARN(...) \

0 commit comments

Comments
 (0)