#!/usr/bin/env bash# Runs the Clang Formatter# Return codes:# - 1 there are files to be formatted# - 0 everything looks fineset-oerrexit
set-opipefail
set-onounset
FILES=`findsrc-typef-typef\(-iname"*.cpp"-o-iname"*.h"\)`
clang-format-i$FILES&&gitdiff--exit-code