3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-10-07 19:47:27 +02:00

CGrammar: Put space after if/while/for keywords

This commit is contained in:
Pragmatic Software 2014-07-01 16:21:52 +00:00
parent b66e9502d7
commit d6c20bc051
2 changed files with 110 additions and 110 deletions

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 687,
BUILD_REVISION => 688,
BUILD_DATE => "2014-07-01",
};