1
0

Code style: Fixed braces on separate lines.

This commit is contained in:
madmaxoft
2014-07-19 15:23:40 +02:00
parent 822d83009d
commit 08748bafe2
14 changed files with 38 additions and 20 deletions

View File

@@ -35,7 +35,8 @@ class cDropSpenserEntity :
typedef cBlockEntityWithItems super;
public:
enum {
enum
{
ContentsHeight = 3,
ContentsWidth = 3,
} ;