Remove empty line at the beginning of files

git ls-files -z | xargs -0 sed -i '1{/^$/d}'
This commit is contained in:
scrawl 2015-08-18 23:06:12 +02:00
parent dca08b0b42
commit 67bd6cd708
229 changed files with 0 additions and 229 deletions

View file

@ -1,4 +1,3 @@
#include "exprparser.hpp"
#include <stdexcept>