Run clang-format on the whole tree
[lttng-tools.git] / src / common / compat / compat-fcntl.cpp
index 004939a3d3d247220b44f6e71b8673dad5e510a5..f259d45774615c555daf2e213a525c19b4a57f4c 100644 (file)
@@ -6,14 +6,14 @@
  */
 
 #define _LGPL_SOURCE
-#include <common/compat/fcntl.h>
-#include <common/macros.h>
+#include <common/compat/fcntl.hpp>
+#include <common/macros.hpp>
+
 #include <unistd.h>
 
 #ifdef __linux__
 
-int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes,
-               unsigned int flags)
+int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags)
 {
 #ifdef HAVE_SYNC_FILE_RANGE
        return sync_file_range(fd, offset, nbytes, flags);
This page took 0.023573 seconds and 4 git commands to generate.