]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/helperfuncs.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
index 800d147ebf8e4989b22bbe11b1631c7effd2499e..795f858fa35018171d424ebb70a9051866936355 100644 (file)
@@ -338,7 +338,7 @@ bool InspIRCd::IsSID(const std::string &str)
         */
        return ((str.length() == 3) && isdigit(str[0]) &&
                        ((str[1] >= 'A' && str[1] <= 'Z') || isdigit(str[1])) &&
-                        ((str[2] >= 'A' && str[2] <= 'Z') || isdigit(str[2])));
+                       ((str[2] >= 'A' && str[2] <= 'Z') || isdigit(str[2])));
 }
 
 /** A lookup table of values for multiplier characters used by