Fixed spaces around single-line comments.
There should be at least two spaces in front and one space after //-style comments.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ typedef std::vector<int> cSlotNums;
|
||||
/// Experience Orb setup
|
||||
enum
|
||||
{
|
||||
//open to suggestion on naming convention here :)
|
||||
// Open to suggestion on naming convention here :)
|
||||
MAX_EXPERIENCE_ORB_SIZE = 2000
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user