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
1 changed files with 5 additions and 5 deletions

View File

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