diff --git a/scripts/format_source_code.sh b/scripts/format_source_code.sh index 2765c2a8239..5e8038fcb78 100755 --- a/scripts/format_source_code.sh +++ b/scripts/format_source_code.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================ - +#dsakce set -e CLANG_FORMAT=$(which clang-format) || (echo "Please install 'clang-format' tool first"; exit 1)