summaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-08 11:26:42 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-09 14:47:24 +0100
commit057c04d1157322c235872e412bcc22487858c5af (patch)
tree1a08d7929b21859985ece910175e72a82fe258c7 /console
parent218cae5a714342b5d82a5b004d58f0a9ebbbfe5e (diff)
Normalize whitespace at the end of each file to '\n'
Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
Diffstat (limited to 'console')
-rw-r--r--console/mutations.h1
-rw-r--r--console/pager.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/console/mutations.h b/console/mutations.h
index a8183fc0..5f266725 100644
--- a/console/mutations.h
+++ b/console/mutations.h
@@ -24,4 +24,3 @@
#define IO_DESTRUCTOR end_using_protid_port (protid_t)
#define TIOCTL_IMPORTS import "priv.h";
-
diff --git a/console/pager.c b/console/pager.c
index 4d0c5cdb..87c36f07 100644
--- a/console/pager.c
+++ b/console/pager.c
@@ -237,4 +237,3 @@ user_pager_get_filemap (struct user_pager *user_pager, vm_prot_t prot)
return user_pager->memobj;
}
-