50d4f87e06
Related: rhbz#1928132
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# Check that clang-format-diff is in PATH.
|
|
# rhbz#1939018
|
|
clang-format-diff -h
|