]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
daemon/Makefile.am: increase the column width to 100
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 30 Jun 2022 08:22:11 +0000 (13:52 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 11 Jul 2022 17:17:08 +0000 (11:17 -0600)
100 column width is more comfortable to read over 80 columns, lets
increase it.  This patch, also introduced/removes empty lines across
the file, making it more readable.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/daemon/Makefile.am

index 0e349751cec18619ea84a9fa1d6e8127fbd26b4c..4f5ca609c4f5bd382940cf5987c9dedb031ca920 100644 (file)
@@ -5,8 +5,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
 if WITH_DAEMON
 
 sbin_PROGRAMS = cgrulesengd
-cgrulesengd_SOURCES = cgrulesengd.c cgrulesengd.h ../tools/tools-common.h \
-                     ../tools/tools-common.c
+cgrulesengd_SOURCES = cgrulesengd.c cgrulesengd.h ../tools/tools-common.h ../tools/tools-common.c
 cgrulesengd_LIBS = $(CODE_COVERAGE_LIBS)
 cgrulesengd_CFLAGS = $(CODE_COVERAGE_CFLAGS)
 cgrulesengd_LDADD = $(top_builddir)/src/libcgroup.la -lrt