diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-07 06:29:53 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-12-07 06:45:08 +0100 |
commit | 3f65d73149cd0f64eb3fdb0c71f55f6c1133fefe (patch) | |
tree | aea543a26989a7deef53a05a3ccf995c00da5e71 /src/udev/udevadm-hwdb.c | |
parent | Merge pull request #2095 from evverx/fix-distcheck-for-disable-timesync (diff) | |
download | systemd-3f65d73149cd0f64eb3fdb0c71f55f6c1133fefe.tar.xz systemd-3f65d73149cd0f64eb3fdb0c71f55f6c1133fefe.zip |
udev: add emacs header line
Otherwise emacs wants to use 2-space indentation and other
attrocities.
Diffstat (limited to 'src/udev/udevadm-hwdb.c')
-rw-r--r-- | src/udev/udevadm-hwdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/udevadm-hwdb.c b/src/udev/udevadm-hwdb.c index 948ad0f5a5..53f0871957 100644 --- a/src/udev/udevadm-hwdb.c +++ b/src/udev/udevadm-hwdb.c @@ -1,3 +1,5 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + /*** This file is part of systemd. |