Skip to content

Commit ba290da

Browse files
committed
fix clang-format rule in custom/Makefile
1 parent d01d67a commit ba290da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ uninstall:
704704
# reformat primary (non-built) source using clang-format
705705
#
706706
clang-format: ${C_SRC} ${H_SRC}
707-
${CLANG_FORMAT} -i --style=file:.clang-format ${C_SRC} ${H_SRC}
707+
${CLANG_FORMAT} -i --style=file:../.clang-format ${C_SRC} ${H_SRC}
708708

709709
##
710710
#

0 commit comments

Comments
 (0)