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 "controlparser.hpp"
#include <algorithm>

View file

@ -1,4 +1,3 @@
#include "declarationparser.hpp"
#include <components/misc/stringops.hpp>

View file

@ -1,4 +1,3 @@
#include "discardparser.hpp"
#include "scanner.hpp"

View file

@ -1,4 +1,3 @@
#include "errorhandler.hpp"
namespace Compiler

View file

@ -1,4 +1,3 @@
#ifndef COMPILER_ERRORHANDLER_H_INCLUDED
#define COMPILER_ERRORHANDLER_H_INCLUDED

View file

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

View file

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

View file

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

View file

@ -1,4 +1,3 @@
#include "junkparser.hpp"
#include "scanner.hpp"

View file

@ -1,4 +1,3 @@
#include "lineparser.hpp"
#include <memory>

View file

@ -1,4 +1,3 @@
#include "literals.hpp"
#include <algorithm>

View file

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

View file

@ -1,4 +1,3 @@
#include "nullerrorhandler.hpp"
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}

View file

@ -1,4 +1,3 @@
#ifndef COMPILER_NULLERRORHANDLER_H_INCLUDED
#define COMPILER_NULLERRORHANDLER_H_INCLUDED

View file

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

View file

@ -1,4 +1,3 @@
#include "parser.hpp"
#include <cctype>

View file

@ -1,4 +1,3 @@
#include "quickfileparser.hpp"
#include "skipparser.hpp"

View file

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

View file

@ -1,4 +1,3 @@
#include "scriptparser.hpp"
#include "scanner.hpp"

View file

@ -1,4 +1,3 @@
#include "skipparser.hpp"
#include "scanner.hpp"

View file

@ -1,4 +1,3 @@
#include "streamerrorhandler.hpp"
#include "tokenloc.hpp"

View file

@ -1,4 +1,3 @@
#ifndef COMPILER_STREAMERRORHANDLER_H_INCLUDED
#define COMPILER_STREAMERRORHANDLER_H_INCLUDED

View file

@ -1,4 +1,3 @@
#include "stringparser.hpp"
#include <algorithm>