Fix code formatting
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / user / authentication / failure / UserAuthenticationFailure.class.php
index 6021d19568c98ba16e7a635b53d29a2e225a12e5..d31a5f821fa521564be297ff846d8569242ccf8f 100644 (file)
@@ -27,7 +27,7 @@ class UserAuthenticationFailure extends DatabaseObject {
        
        /**
         * Returns the ip address and attempts to convert into IPv4.
-        *
+        * 
         * @return      string
         */
        public function getIpAddress() {
@@ -52,7 +52,7 @@ class UserAuthenticationFailure extends DatabaseObject {
        
        /**
         * Returns the number of authentication failures for given user account.
-        *
+        * 
         * @param       integer         $userID
         * @return      boolean
         */