1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

Code style: uncrustify formatting preview

This commit is contained in:
Arseniy Shestakov
2017-07-20 02:50:47 +03:00
parent 456e9fe405
commit 58f32f6dc2
411 changed files with 35164 additions and 33446 deletions

View File

@ -11,7 +11,7 @@
#include "StdInc.h"
#include "CZoneGraphGenerator.h"
CZoneCell::CZoneCell(const CRmgTemplateZone * zone)// : zone(zone)
CZoneCell::CZoneCell(const CRmgTemplateZone * zone) // : zone(zone)
{
}
@ -22,7 +22,7 @@ CZoneGraph::CZoneGraph()
}
CZoneGraphGenerator::CZoneGraphGenerator()// : gen(nullptr)
CZoneGraphGenerator::CZoneGraphGenerator() // : gen(nullptr)
{
}