From 97cce23924e8dfd4e2bf63810ed865b60785f2f5 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Thu, 30 Jun 2022 13:52:11 +0530 Subject: [PATCH] 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 --- src/daemon/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2