Add missing new lines at the ends of files

This commit is contained in:
Stanislav Bas 2015-05-31 18:18:49 +03:00
parent 9e405b69fa
commit e636101725
7 changed files with 7 additions and 7 deletions

View file

@ -2493,4 +2493,4 @@ boost::shared_ptr<CSVWorld::PhysicsSystem> CSMDoc::Document::getPhysics ()
CSMWorld::IdCompletionManager &CSMDoc::Document::getIdCompletionManager()
{
return mIdCompletionManager;
}
}

View file

@ -132,4 +132,4 @@ void CSMWorld::IdCompletionManager::generateCompleters(CSMWorld::Data &data)
}
}
}
}
}

View file

@ -35,4 +35,4 @@ namespace CSMWorld
};
}
#endif
#endif

View file

@ -25,4 +25,4 @@ int CSVWidget::CompleterPopup::sizeHintForRow(int row) const
QStyleOptionViewItem option = viewOptions();
QAbstractItemDelegate *delegate = itemDelegate(index);
return delegate->sizeHint(option, index).height();
}
}

View file

@ -14,4 +14,4 @@ namespace CSVWidget
};
}
#endif
#endif

View file

@ -38,4 +38,4 @@ CSVWorld::CommandDelegate *CSVWorld::IdCompletionDelegateFactory::makeDelegate(C
QObject *parent) const
{
return new IdCompletionDelegate(dispatcher, document, parent);
}
}

View file

@ -33,4 +33,4 @@ namespace CSVWorld
};
}
#endif
#endif