style: rename main globals per style

Rename the main global variables per openbmc style.

Change-Id: I9de8cf841304f24238ae0275b6904f4926a6892d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/scripts/writezone.mako.cpp b/scripts/writezone.mako.cpp
index 2598613..5c4f4fa 100644
--- a/scripts/writezone.mako.cpp
+++ b/scripts/writezone.mako.cpp
@@ -6,7 +6,7 @@
 #include <map>
 #include "conf.hpp"
 
-std::map<int64_t, struct ZoneConfig> ZoneDetailsConfig = {
+std::map<int64_t, struct ZoneConfig> zoneDetailsConfig = {
 % for zone in ZoneDict.iterkeys():
    % if zone:
    <%