Skip to content

Commit 19e5454

Browse files
committed
Indent with clang-format 12+
1 parent f1d43c4 commit 19e5454

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compat/assert.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef COMPAT_ASSERT_H
22
#define COMPAT_ASSERT_H
33

4-
static inline void assert(int x) {};
4+
static inline void assert(int x){};
55

66
#endif

compat/stddef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#include <linux/types.h>
21
#include <linux/kernel.h>
2+
#include <linux/types.h>

compat/string.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#include <linux/string.h>
21
#include <linux/memory.h>
2+
#include <linux/string.h>

0 commit comments

Comments
 (0)