summaryrefslogtreecommitdiff
path: root/src/bootchart
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-02-10 13:26:21 +0100
committerDaniel Mack <daniel@zonque.org>2016-02-10 13:41:57 +0100
commitb26fa1a2fbcfee7d03b0c8fd15ec3aa64ae70b9f (patch)
treeea1d3f91372c8f6b91a8d3350044e13b5ec6f71a /src/bootchart
parent684d3dabef52af0390b1df989e0fab8ca090d75d (diff)
tree-wide: remove Emacs lines from all files
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
Diffstat (limited to 'src/bootchart')
-rw-r--r--src/bootchart/bootchart.c2
-rw-r--r--src/bootchart/bootchart.h2
-rw-r--r--src/bootchart/store.c2
-rw-r--r--src/bootchart/store.h2
-rw-r--r--src/bootchart/svg.c2
-rw-r--r--src/bootchart/svg.h2
6 files changed, 0 insertions, 12 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c
index 6a0e1d6b14..77d158f5f9 100644
--- a/src/bootchart/bootchart.c
+++ b/src/bootchart/bootchart.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h
index 8432a2a119..1b445b954b 100644
--- a/src/bootchart/bootchart.h
+++ b/src/bootchart/bootchart.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
diff --git a/src/bootchart/store.c b/src/bootchart/store.c
index c1b1e77e44..42cb8043ce 100644
--- a/src/bootchart/store.c
+++ b/src/bootchart/store.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
diff --git a/src/bootchart/store.h b/src/bootchart/store.h
index 4d2e0d439f..6e9acf2a6f 100644
--- a/src/bootchart/store.h
+++ b/src/bootchart/store.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
index 79e261abe5..f2af535061 100644
--- a/src/bootchart/svg.c
+++ b/src/bootchart/svg.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
diff --git a/src/bootchart/svg.h b/src/bootchart/svg.h
index 75efa22614..6e06b5ad97 100644
--- a/src/bootchart/svg.h
+++ b/src/bootchart/svg.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***