1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 03:39:55 +00:00

spaces around operators

This commit is contained in:
Marek Kochanowicz 2014-01-27 14:56:57 +01:00
parent c91ae86084
commit 51115fa5be

View File

@ -170,7 +170,7 @@ void CSMWorld::CloneCommand::redo()
void CSMWorld::CloneCommand::undo()
{
mModel.removeRow (mModel.getModelIndex (mIdDestination, 0).row());
mModel.removeRow (mModel.getModelIndex (mIdDestination, 0).row()); //should be enough
}
// kate: indent-mode cstyle; indent-width 4; replace-tabs on;