Remove unused file

This commit is contained in:
Alexey Rybalchenko 2019-02-06 16:39:44 +01:00 committed by Dennis Klein
parent 36f409dc72
commit 5e71d09e4d

View File

@ -1,3 +0,0 @@
#!/bin/bash
find . -type f \( -iname "*.h" ! -iname "*.pb.h" ! -iname "*LinkDef.h" -o -iname "*.cxx" -o -iname "*.tpl" \) -execdir clang-format -i {} \;