summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-08-13 20:21:04 +0200
committerAaron Marcher <me@drkhsh.at>2017-08-13 23:31:56 +0200
commitecf2779904d768e421e8e37012e4f6de65c1b915 (patch)
tree1d0e852e32722d1d1436c951eb1972af24310947
parent6a33d6c87581bdfbf8c54c1c1220f7c70efc2c67 (diff)
Remove unnecessary blank lines after license-notice
-rw-r--r--arg.h1
-rw-r--r--slstatus.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arg.h b/arg.h
index 21f1017..e0adb9f 100644
--- a/arg.h
+++ b/arg.h
@@ -1,5 +1,4 @@
/* See LICENSE file for copyright and license details. */
-
#ifndef ARG_H
#define ARG_H
diff --git a/slstatus.c b/slstatus.c
index f47cd9f..6ddc705 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -1,5 +1,4 @@
/* See LICENSE file for copyright and license details. */
-
#include <dirent.h>
#include <err.h>
#include <fcntl.h>