]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/commandinterpreter.php
* i18n/L10n and translator documentation updates.
[quix0rs-gnu-social.git] / lib / commandinterpreter.php
index fbc6174bbfab1b95a2d9573df2043e3688cf9a0f..c288c2e5f0ec66d5d781b067417bbed6931eae3f 100644 (file)
@@ -272,7 +272,7 @@ class CommandInterpreter
             return false;
         }
     }
-    
+
     /**
      * Split arguments without triggering a PHP notice warning
      */
@@ -285,4 +285,3 @@ class CommandInterpreter
         return $pieces;
     }
 }
-