mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 06:47:59 +03:00
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
This commit is contained in:
parent
dae2588c88
commit
f8f66bffb0
229 changed files with 0 additions and 229 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "controlparser.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "declarationparser.hpp"
|
||||
|
||||
#include <components/misc/stringops.hpp>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "discardparser.hpp"
|
||||
|
||||
#include "scanner.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "errorhandler.hpp"
|
||||
|
||||
namespace Compiler
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#ifndef COMPILER_ERRORHANDLER_H_INCLUDED
|
||||
#define COMPILER_ERRORHANDLER_H_INCLUDED
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "exprparser.hpp"
|
||||
|
||||
#include <stdexcept>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "extensions.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "generator.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "junkparser.hpp"
|
||||
|
||||
#include "scanner.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "lineparser.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "literals.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "locals.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "nullerrorhandler.hpp"
|
||||
|
||||
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#ifndef COMPILER_NULLERRORHANDLER_H_INCLUDED
|
||||
#define COMPILER_NULLERRORHANDLER_H_INCLUDED
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "output.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "parser.hpp"
|
||||
|
||||
#include <cctype>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "quickfileparser.hpp"
|
||||
|
||||
#include "skipparser.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "scanner.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "scriptparser.hpp"
|
||||
|
||||
#include "scanner.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "skipparser.hpp"
|
||||
|
||||
#include "scanner.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "streamerrorhandler.hpp"
|
||||
|
||||
#include "tokenloc.hpp"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#ifndef COMPILER_STREAMERRORHANDLER_H_INCLUDED
|
||||
#define COMPILER_STREAMERRORHANDLER_H_INCLUDED
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "stringparser.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue