aboutsummaryrefslogtreecommitdiff
path: root/sem3/module.c
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-10-12 16:26:42 +0200
committerJulian T <julian@jtle.dk>2020-10-12 16:54:48 +0200
commit4e05a55e373bd315e721d534a1711fec4c0054c5 (patch)
tree4fc0141760c2730ed79aaa4c7aa60ea45cc66cc0 /sem3/module.c
parentb7f9cf43c8a9ab3400cbb30d5e1cadb0c6c2cf23 (diff)
Moved to linux kernel inspired clang-format
Diffstat (limited to 'sem3/module.c')
-rw-r--r--sem3/module.c6
1 files changed, 3 insertions, 3 deletions
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");
}