Remove empty line at the beginning of files

git ls-files -z | xargs -0 sed -i '1{/^$/d}'
sceneinput
scrawl 9 years ago
parent dca08b0b42
commit 67bd6cd708

@ -1,4 +1,3 @@
#include "editor.hpp"
#include <QApplication>

@ -1,4 +1,3 @@
#include "editor.hpp"
#include <exception>

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

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

@ -1,4 +1,3 @@
#include "loader.hpp"
#include <QTimer>

@ -1,4 +1,3 @@
#include "messages.hpp"
CSMDoc::Message::Message() {}

@ -1,4 +1,3 @@
#include "operation.hpp"
#include <string>

@ -1,4 +1,3 @@
#include "operationholder.hpp"
#include "../settings/usersettings.hpp"

@ -1,4 +1,3 @@
#include "runner.hpp"
#include <QApplication>

@ -1,4 +1,3 @@
#include "saving.hpp"
#include "../world/data.hpp"

@ -1,4 +1,3 @@
#include "savingstages.hpp"
#include <fstream>

@ -1,4 +1,3 @@
#include "savingstate.hpp"
#include "operation.hpp"

@ -1,4 +1,3 @@
#include "stage.hpp"
CSMDoc::Stage::~Stage() {}

@ -1,4 +1,3 @@
#include "andnode.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "booleannode.hpp"
CSMFilter::BooleanNode::BooleanNode (bool true_) : mTrue (true_) {}

@ -1,4 +1,3 @@
#include "leafnode.hpp"
std::vector<int> CSMFilter::LeafNode::getReferencedColumns() const

@ -1,4 +1,3 @@
#include "narynode.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "node.hpp"
CSMFilter::Node::Node() {}

@ -1,4 +1,3 @@
#include "notnode.hpp"
CSMFilter::NotNode::NotNode (boost::shared_ptr<Node> child) : UnaryNode (child, "not") {}

@ -1,4 +1,3 @@
#include "ornode.hpp"
#include <sstream>

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

@ -1,4 +1,3 @@
#include "textnode.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "unarynode.hpp"
CSMFilter::UnaryNode::UnaryNode (boost::shared_ptr<Node> child, const std::string& name)

@ -1,4 +1,3 @@
#include "valuenode.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "birthsigncheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "classcheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "factioncheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "mandatoryid.hpp"
#include "../world/collectionbase.hpp"

@ -1,4 +1,3 @@
#include "racecheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "regioncheck.hpp"
#include <sstream>

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

@ -1,4 +1,3 @@
#include "scriptcheck.hpp"
#include <components/compiler/tokenloc.hpp>

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

@ -1,4 +1,3 @@
#include "searchoperation.hpp"
#include "../doc/state.hpp"

@ -1,4 +1,3 @@
#include "searchstage.hpp"
#include "../world/idtablebase.hpp"

@ -1,4 +1,3 @@
#include "skillcheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "soundcheck.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "spellcheck.hpp"
#include <sstream>

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

@ -1,4 +1,3 @@
#include "tools.hpp"
#include <QThreadPool>

@ -1,4 +1,3 @@
#include "cell.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "cellcoordinates.hpp"
#include <ostream>

@ -1,4 +1,3 @@
#include "cellselection.hpp"
#include <cmath>

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

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

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

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

@ -1,4 +1,3 @@
#include "idtablebase.hpp"
CSMWorld::IdTableBase::IdTableBase (unsigned int features) : mFeatures (features) {}

@ -1,4 +1,3 @@
#include "idtableproxymodel.hpp"
#include <vector>

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

@ -1,4 +1,3 @@
#include "metadata.hpp"
#include <components/esm/loadtes3.hpp>

@ -1,4 +1,3 @@
#include "record.hpp"
CSMWorld::RecordBase::~RecordBase() {}

@ -1,4 +1,3 @@
#include "ref.hpp"
#include <cmath>

@ -1,4 +1,3 @@
#include "refcollection.hpp"
#include <sstream>

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

@ -1,4 +1,3 @@
#include "regionmap.hpp"
#include <cmath>

@ -1,4 +1,3 @@
#include "resources.hpp"
#include <sstream>

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

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

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

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

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

@ -1,4 +1,3 @@
#include "universalid.hpp"
#include <ostream>

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

@ -1,4 +1,3 @@
#include "filewidget.hpp"
#include <QHBoxLayout>

@ -1,4 +1,3 @@
#include "globaldebugprofilemenu.hpp"
#include <vector>

@ -1,4 +1,3 @@
#include "loader.hpp"
#include <QVBoxLayout>

@ -1,4 +1,3 @@
#include "newgame.hpp"
#include <QApplication>

@ -1,4 +1,3 @@
#include "runlogsubview.hpp"
#include <QTextEdit>

@ -1,4 +1,3 @@
#include "startup.hpp"
#include <QApplication>

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

@ -1,4 +1,3 @@
#include "viewmanager.hpp"
#include <vector>

@ -1,4 +1,3 @@
#include "editwidget.hpp"
#include <QAbstractItemModel>

@ -1,4 +1,3 @@
#include "filterbox.hpp"
#include <QHBoxLayout>

@ -1,4 +1,3 @@
#include "recordfilterbox.hpp"
#include <QHBoxLayout>

@ -1,4 +1,3 @@
#include "cell.hpp"
#include <osg/Group>

@ -1,4 +1,3 @@
#include "editmode.hpp"
#include "worldspacewidget.hpp"

@ -1,4 +1,3 @@
#include "lightingbright.hpp"
#include <osg/LightSource>

@ -1,4 +1,3 @@
#include "pagedworldspacewidget.hpp"
#include <sstream>

@ -1,4 +1,3 @@
#include "previewwidget.hpp"
#include <osgGA/TrackballManipulator>

@ -1,4 +1,3 @@
#include "unpagedworldspacewidget.hpp"
#include <sstream>

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

@ -1,4 +1,3 @@
#include "reportsubview.hpp"
#include "reporttable.hpp"

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

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

@ -1,4 +1,3 @@
#include "searchsubview.hpp"
#include <QVBoxLayout>

@ -1,4 +1,3 @@
#include "subviews.hpp"
#include "../doc/subviewfactoryimp.hpp"

@ -1,4 +1,3 @@
#include "modebutton.hpp"
CSVWidget::ModeButton::ModeButton (const QIcon& icon, const QString& tooltip, QWidget *parent)

@ -1,4 +1,3 @@
#include "pushbutton.hpp"
#include <QMouseEvent>

@ -1,4 +1,3 @@
#include "scenetool.hpp"
#include <QMouseEvent>

@ -1,4 +1,3 @@
#include "scenetoolbar.hpp"
#include <QVBoxLayout>

@ -1,4 +1,3 @@
#include "scenetoolmode.hpp"
#include <QHBoxLayout>

@ -1,4 +1,3 @@
#include "scenetoolrun.hpp"
#include <iterator>

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

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

@ -1,4 +1,3 @@
#include "cellcreator.hpp"
#include <limits>

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

@ -1,4 +1,3 @@
#include "dialoguecreator.hpp"
#include <components/esm/loaddial.hpp>

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

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

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save