Pārlūkot izejas kodu

cmMakefile: Don't use else after return.

Stephen Kelly 10 gadi atpakaļ
vecāks
revīzija
bdd1aa91ae
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  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);