Verified Commit 6e5e5bd4 authored by Marc Vef's avatar Marc Vef
Browse files

Disable clang-format for *in files

parent 5db506be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

  SPDX-License-Identifier: MIT
*/

// clang-format off
#ifndef GKFS_CMAKE_CONFIGURE_HPP
#define GKFS_CMAKE_CONFIGURE_HPP

#cmakedefine01 CREATE_CHECK_PARENTS
#cmakedefine01 LOG_SYSCALLS

#endif // FS_CMAKE_CONFIGURE_H
// clang-format on
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

  SPDX-License-Identifier: MIT
*/
// clang-format off
#ifndef __GKFS_VERSION_HPP
#define __GKFS_VERSION_HPP

@@ -19,3 +20,4 @@
#define GKFS_VERSION_STRING "@GKFS_VERSION_STRING@"

#endif /* __GKFS_VERSION_HPP */
// clang-format on
 No newline at end of file