Indent code properly for neatness.

This commit is contained in:
Christian Deacon
2023-06-19 19:11:42 +00:00
parent f94354685b
commit c27398ecec

View File

@@ -21,8 +21,7 @@
#define bpf_printk(fmt, ...) \
({ \
char ____fmt[] = fmt; \
bpf_trace_printk(____fmt, sizeof(____fmt), \
##__VA_ARGS__); \
bpf_trace_printk(____fmt, sizeof(____fmt), ##__VA_ARGS__); \
})
#endif