Import upstream 0.7.1
[manu/suphp.git] / src / GroupInfo.cpp
index 982b36f..cb7a6f4 100644 (file)
@@ -52,9 +52,9 @@ int suPHP::GroupInfo::getGid() const {
 
 bool suPHP::GroupInfo::operator==(const GroupInfo& ginfo) const {
     if (this->getGid() == ginfo.getGid())
-       return true;
+        return true;
     else
-       return false;
+        return false;
 }
 
 bool suPHP::GroupInfo::operator!=(const GroupInfo& ginfo) const {