Fix preprocessor-related indentation
This commit is contained in:
parent
a97c980a97
commit
a5260a0c91
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
#include "tracetools/tracetools.h"
|
#include "tracetools/tracetools.h"
|
||||||
|
|
||||||
#ifdef WITH_LTTNG
|
#ifdef WITH_LTTNG
|
||||||
#include "tp_call.h"
|
# include "tp_call.h"
|
||||||
#define CONDITIONAL_TP(...) \
|
# define CONDITIONAL_TP(...) \
|
||||||
tracepoint(__VA_ARGS__)
|
tracepoint(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define CONDITIONAL_TP(...)
|
# define CONDITIONAL_TP(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue