aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-29 22:22:48 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-29 22:22:48 +0200
commitd15f79015a1e117eb71ca22a43091b8bdcddb033 (patch)
tree1055e0fda09bc43877d43a585b0680cc28daa248 /include
parentadd program_invocation_name and program_invocation_short_name (diff)
downloadslibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.gz
slibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.bz2
slibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r--include/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
index 4ea738d..0b6232f 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -76,5 +76,6 @@ extern char* program_invocation_short_name; /* TODO not implemented */
#endif
+
#endif