1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2024-11-20 11:06:24 -05:00

Align code

This commit is contained in:
Alex Kotov 2022-12-25 15:54:25 +04:00
parent a813001808
commit 452b89eaf5
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -20,10 +20,10 @@ CPPCHECK_INC = \
-I$(top_srcdir)/include -I$(top_srcdir)/include
CPPCHECK_PATHS = \ CPPCHECK_PATHS = \
$(top_builddir)/include \ $(top_builddir)/include \
$(top_srcdir)/include \ $(top_srcdir)/include \
$(top_builddir)/src \ $(top_builddir)/src \
$(top_srcdir)/src \ $(top_srcdir)/src \
$(top_builddir)/tests \ $(top_builddir)/tests \
$(top_srcdir)/tests $(top_srcdir)/tests
endif endif