~aleteoryx/muditaos

0310abdaae8f3acf08cf938848c276df514f7e57 — Bartosz Cichocki 4 years ago 6591cdc
[EGD-7822] Fix clang_check script

Due to third-person enabled auto-merge one line was missing in
the previous PR
1 files changed, 1 insertions(+), 1 deletions(-)

M config/clang_check.sh
M config/clang_check.sh => config/clang_check.sh +1 -1
@@ 49,7 49,7 @@ get_compile_commands()

main()
{
    if [[ $# -ne 0 ]]; then
    if [[ $# -ne 1 ]]; then
        help
        exit 0
    fi