Author:   Lars Michelsen <[email protected]>
Date:     Fri Sep 16 22:17:22 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Fri Sep 16 22:17:22 2011 +0200

small code formating

---

 share/server/core/classes/GlobalMapCfg.php |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/share/server/core/classes/GlobalMapCfg.php 
b/share/server/core/classes/GlobalMapCfg.php
index b37056f..2310867 100644
--- a/share/server/core/classes/GlobalMapCfg.php
+++ b/share/server/core/classes/GlobalMapCfg.php
@@ -34,7 +34,7 @@ class GlobalMapCfg {
     protected $name;
     protected $type = 'map';
     protected $mapConfig = Array();
-  protected $typeDefaults = Array();
+    protected $typeDefaults = Array();
 
     private $configFile = '';
     private $configFileContents = null;
@@ -47,14 +47,10 @@ class GlobalMapCfg {
 
     /**
      * Class Constructor
-     *
-     * @param  GlobalCore      $CORE
-     * @param  String                  $name           Name of the map
-     * @author Lars Michelsen <[email protected]>
      */
-    public function __construct($CORE, $name='') {
+    public function __construct($CORE, $name = '') {
         $this->CORE = $CORE;
-        $this->name    = $name;
+        $this->name = $name;
 
         if(self::$validConfig == null) {
             self::$validConfig = Array(


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to