Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-syscall.hpp
index 78691f95dc7eb2c6658c7c32970e605712539422..8ba8c7ea095294448511091dc8cf75b8c2f54afc 100644 (file)
@@ -8,19 +8,20 @@
 #ifndef LTTNG_SYSCALL_H
 #define LTTNG_SYSCALL_H
 
+#include "trace-kernel.hpp"
+
 #include <common/hashtable/hashtable.hpp>
-#include <lttng/event.h>
 
-#include "trace-kernel.hpp"
+#include <lttng/event.h>
 
 /*
  * Default size of the kernel system call array. With this size, we usually
  * reallocate twice considering a 32 bit compat layer also.
  */
-#define SYSCALL_TABLE_INIT_SIZE    256
+#define SYSCALL_TABLE_INIT_SIZE 256
 
 /* Maximum length of a syscall name. */
-#define SYSCALL_NAME_LEN           255
+#define SYSCALL_NAME_LEN 255
 
 /*
  * Represent a kernel syscall and used when we are populating the internal
This page took 0.023104 seconds and 4 git commands to generate.