From 9a1dea8e5015fd0d8bb5304fd05eae10efadf473 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 11 Feb 2016 23:27:54 -0800 Subject: [PATCH] Fix sloppy formatting in instfiles/Makefile.am Use spaces around = and +=, indent by 2 spaces. --- instfiles/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am index 99f37b61..4ef77992 100644 --- a/instfiles/Makefile.am +++ b/instfiles/Makefile.am @@ -32,28 +32,28 @@ startscript_DATA = \ # # platform specific files # -SUBDIRS= +SUBDIRS = if LINUX -SUBDIRS+= \ - pam.d \ - pulse -startscript_DATA+= xrdp.sh +SUBDIRS += \ + pam.d \ + pulse +startscript_DATA += xrdp.sh if HAVE_SYSTEMD systemdsystemunit_DATA = \ - xrdp-sesman.service \ - xrdp.service + xrdp-sesman.service \ + xrdp.service else -SUBDIRS+= \ - default \ - init.d +SUBDIRS += \ + default \ + init.d endif # HAVE_SYSTEMD endif # LINUX if FREEBSD -SUBDIRS+= \ - pam.d \ - rc.d \ - pulse +SUBDIRS += \ + pam.d \ + rc.d \ + pulse endif #