Fix preprocessor-related indentation

This commit is contained in:
Christophe Bedard 2019-05-20 15:17:00 +02:00
parent a97c980a97
commit a5260a0c91

View file

@ -1,11 +1,11 @@
#include "tracetools/tracetools.h"
#ifdef WITH_LTTNG
#include "tp_call.h"
#define CONDITIONAL_TP(...) \
tracepoint(__VA_ARGS__)
# include "tp_call.h"
# define CONDITIONAL_TP(...) \
tracepoint(__VA_ARGS__)
#else
#define CONDITIONAL_TP(...)
# define CONDITIONAL_TP(...)
#endif