Ver código fonte

fixed spacing to please StyleCI

Steven Andrés 6 anos atrás
pai
commit
effe6ad3e5
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/Controller.php

+ 2 - 2
lib/Controller.php

@@ -209,11 +209,11 @@ class Controller
                     if (!in_array($_SERVER[$httpHeader], $whitelist)) {
                     if (!in_array($_SERVER[$httpHeader], $whitelist)) {
                         $this->_return_message(1, I18n::_('Your IP is not authorized to create pastes.'));
                         $this->_return_message(1, I18n::_('Your IP is not authorized to create pastes.'));
                         return;
                         return;
-                    }                
+                    }
                 }
                 }
             }
             }
         }
         }
-        
+
         // Ensure last paste from visitors IP address was more than configured amount of seconds ago.
         // Ensure last paste from visitors IP address was more than configured amount of seconds ago.
         TrafficLimiter::setConfiguration($this->_conf);
         TrafficLimiter::setConfiguration($this->_conf);
         if (!TrafficLimiter::canPass()) {
         if (!TrafficLimiter::canPass()) {