summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lock.c b/src/lock.c
index 97dcd49..49a23f3 100644
--- a/src/lock.c
+++ b/src/lock.c
@@ -22,7 +22,6 @@
#include "config.h"
#endif
-
#include <unistd.h>
#include <sys/stat.h>
#include <stdio.h>
@@ -58,7 +57,6 @@ static const char *get_tempfile(const char *path) {
return t;
}
-
int device_lock(const char *dev, const char *appname) {
struct stat st;
int fd;