mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-26 01:34:43 +01:00
Rolled back PFD
This commit is contained in:
parent
b736f83993
commit
ad2ddc6ad3
@ -14,6 +14,7 @@ while read -r CPP_FILE_PATH; do
|
|||||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||||
|
|
||||||
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
||||||
|
if [ "$CPP_FILE_PATH" = ./core/src/gui/file_dialogs.h ]; then continue; fi
|
||||||
|
|
||||||
echo Checking $CPP_FILE_PATH
|
echo Checking $CPP_FILE_PATH
|
||||||
clang-format --style=file -i -n -Werror $CPP_FILE_PATH
|
clang-format --style=file -i -n -Werror $CPP_FILE_PATH
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,7 @@ while read -r CPP_FILE_PATH; do
|
|||||||
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
if [[ "$CPP_FILE_PATH" == "./source_modules/sddc_source/src/libsddc"* ]]; then continue; fi
|
||||||
|
|
||||||
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
if [ "$CPP_FILE_PATH" = ./core/src/json.hpp ]; then continue; fi
|
||||||
|
if [ "$CPP_FILE_PATH" = ./core/src/gui/file_dialogs.h ]; then continue; fi
|
||||||
|
|
||||||
echo Formatting $CPP_FILE_PATH
|
echo Formatting $CPP_FILE_PATH
|
||||||
clang-format --style=file -i $CPP_FILE_PATH
|
clang-format --style=file -i $CPP_FILE_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user