From: Kamalesh Babulal Date: Thu, 30 Jun 2022 08:22:11 +0000 (+0530) Subject: daemon/Makefile.am: increase the column width to 100 X-Git-Tag: v3.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cce23924e8dfd4e2bf63810ed865b60785f2f5;p=thirdparty%2Flibcgroup.git daemon/Makefile.am: increase the column width to 100 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 Signed-off-by: Tom Hromatka --- diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 0e349751..4f5ca609 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -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