From 37efbbd8211bd40e2d1f1732e27bd7d3ca504a12 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 17 Apr 2017 19:25:00 -0400 Subject: 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. --- docs/sysvinit/meson.build | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/sysvinit') diff --git a/docs/sysvinit/meson.build b/docs/sysvinit/meson.build index a519f74cee..36b2f6f98c 100644 --- a/docs/sysvinit/meson.build +++ b/docs/sysvinit/meson.build @@ -1,8 +1,6 @@ -# -*- mode: meson -*- - file = configure_file( - input : 'README.in', - output : 'README', - configuration : substs) + input : 'README.in', + output : 'README', + configuration : substs) install_data(file, install_dir : sysvinit_path) -- cgit v1.2.3-54-g00ecf