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:
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user