Przeglądaj źródła

cmMakefile: Don't use else after return.

Stephen Kelly 10 lat temu
rodzic
commit
bdd1aa91ae
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      Source/cmMakefile.cxx

+ 1 - 4
Source/cmMakefile.cxx

@@ -126,10 +126,7 @@ public:
           }
         return true;
         }
-      else
-        {
-        return false;
-        }
+      return false;
       }
     // First localize the definition in the current scope.
     this->GetDefinition(var);