formatting

This commit is contained in:
John
2022-04-18 08:40:19 +02:00
parent 88916b9a18
commit 856e23be13
7 changed files with 27 additions and 42 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
noinst_LIBRARIES = libutils.a
libutils_a_SOURCES = log.h log.cpp \
libutils_a_SOURCES = \
log.h log.cpp \
tcpsocket.h tcpsocket.cpp \
thread.h thread.cpp \
clock.h clock.cpp \