diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-17 19:25:00 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:47:29 -0400 |
commit | 37efbbd8211bd40e2d1f1732e27bd7d3ca504a12 (patch) | |
tree | 2f445eca4ba6baa5bb3f41b1af4f3680b6ddae17 /src/hostname | |
parent | 0a76b0e8a2043936b6dd598a7a3f924bd683eec8 (diff) |
meson: reindent all files with 8 spaces
The indentation for emacs'es meson-mode is added .dir-locals.
All files are reindented automatically, using the lasest meson-mode from git.
Indentation should now be fairly consistent.
Diffstat (limited to 'src/hostname')
-rw-r--r-- | src/hostname/meson.build | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/hostname/meson.build b/src/hostname/meson.build index 6985a41910..68275ba8f5 100644 --- a/src/hostname/meson.build +++ b/src/hostname/meson.build @@ -1,16 +1,14 @@ -# -*- mode: meson -*- - install_data('org.freedesktop.hostname1.conf', install_dir : dbuspolicydir) install_data('org.freedesktop.hostname1.service', install_dir : dbussystemservicedir) if conf.get('ENABLE_HOSTNAMED', 0) == 1 - custom_target( - 'org.freedesktop.hostname1.policy', - input : 'org.freedesktop.hostname1.policy.in', - output : 'org.freedesktop.hostname1.policy', - command : intltool_command, - install : install_polkit, - install_dir : polkitpolicydir) + custom_target( + 'org.freedesktop.hostname1.policy', + input : 'org.freedesktop.hostname1.policy.in', + output : 'org.freedesktop.hostname1.policy', + command : intltool_command, + install : install_polkit, + install_dir : polkitpolicydir) endif |