DEBSOURCES
Skip Quicknav
sources / rocr-runtime / 6.4.3%2Bdfsg-4 / format
123456
#!/bin/bash root=`git rev-parse --show-toplevel` pushd . > /dev/null cd $root git diff -U0 HEAD^ | ./clang-format-diff.py -p1 -i -style=file popd > /dev/null