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 committed by cc9cii
parent dae2588c88
commit f8f66bffb0
229 changed files with 0 additions and 229 deletions

View file

@ -1,4 +1,3 @@
#include "generator.hpp"
#include <cassert>