From 4e05a55e373bd315e721d534a1711fec4c0054c5 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 12 Oct 2020 16:26:42 +0200 Subject: Moved to linux kernel inspired clang-format --- sem3/module.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sem3/module.c') diff --git a/sem3/module.c b/sem3/module.c index a4f4def..d29cd9f 100644 --- a/sem3/module.c +++ b/sem3/module.c @@ -4,11 +4,11 @@ module_init(void) { - printk(KERN_INFO "COOL_MODULE: Hej med dig\n"); - return 0; + printk(KERN_INFO "COOL_MODULE: Hej med dig\n"); + return 0; } module_exit(void) { - printk(KERN_INFO "COOL_MODULE: Nou moe\n"); + printk(KERN_INFO "COOL_MODULE: Nou moe\n"); } -- cgit v1.2.3