// legacy gateway latency4
#ifdef HAVE_LIBNL3
-#ifdef HAVE_LIBNL3_ROUTE
-# include "sources/legacy-gateway-latency4.h"
-#endif /* HAVE_LIBNL3_ROUTE */
+# ifdef HAVE_LIBNL3_ROUTE
+# include "sources/legacy-gateway-latency4.h"
+# endif /* HAVE_LIBNL3_ROUTE */
#endif /* HAVE_LIBNL3 */
// nftables
// Load test sources
#if ENABLE_TESTS
-#include "sources/test-error.h"
-#include "sources/test-flapping.h"
-#include "sources/test-stall.h"
+# include "sources/test-error.h"
+# include "sources/test-flapping.h"
+# include "sources/test-stall.h"
#endif /* ENABLE_TESTS */
// Register all sources
// legacy gateway latency4
#ifdef HAVE_LIBNL3
-#ifdef HAVE_LIBNL3_ROUTE
+# ifdef HAVE_LIBNL3_ROUTE
&legacy_gateway_latency4_source,
-#endif /* HAVE_LIBNL3_ROUTE */
+# endif /* HAVE_LIBNL3_ROUTE */
#endif /* HAVE_LIBNL3 */
// nftables