Update indentation
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Constants.pm
index e41218ad43e5a6f6d81aba512064d46e8195a1ae..eb52456945cd788f1d1c2869da064c2a487cb6bd 100644 (file)
@@ -8,19 +8,19 @@ use parent qw/Exporter/;
 our $VERSION = "5999.000_002";
 
 use constant +{
-  # Accepted
-  AC => 0,
-
-  # Internal server error
-  ERR => -1,
-
-  # All other errors
-  WA => 1,
-  NZX => 2,
-  TLE => 3,
-  OLE => 4,
-  DIED => 5,
-  REJ => 10,
+       # Accepted
+       AC => 0,
+
+       # Internal server error
+       ERR => -1,
+
+       # All other errors
+       WA => 1,
+       NZX => 2,
+       TLE => 3,
+       OLE => 4,
+       DIED => 5,
+       REJ => 10,
 };
 
 our @EXPORT_OK = qw/AC ERR WA NZX TLE OLE DIED REJ/;
This page took 0.010798 seconds and 4 git commands to generate.