Merge topic 'minor-cleanup'
e3b7eac Style: Don't put an else after a return. ad304a2 cmSystemTools: Fix typo in comment. 08319e0 Genex: Fix indentation in docs.
This commit is contained in:
commit
bbaae3e421
@ -266,8 +266,6 @@ struct CompilerIdNode : public cmGeneratorExpressionNode
|
|||||||
{
|
{
|
||||||
return compilerId ? compilerId : "";
|
return compilerId ? compilerId : "";
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
cmsys::RegularExpression compilerIdValidator;
|
cmsys::RegularExpression compilerIdValidator;
|
||||||
compilerIdValidator.compile("^[A-Za-z0-9_]*$");
|
compilerIdValidator.compile("^[A-Za-z0-9_]*$");
|
||||||
if (!compilerIdValidator.find(parameters.begin()->c_str()))
|
if (!compilerIdValidator.find(parameters.begin()->c_str()))
|
||||||
@ -287,7 +285,6 @@ struct CompilerIdNode : public cmGeneratorExpressionNode
|
|||||||
}
|
}
|
||||||
return "0";
|
return "0";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
@ -274,7 +274,7 @@ public:
|
|||||||
static bool GetRunCommandOutput() { return s_DisableRunCommandOutput; }
|
static bool GetRunCommandOutput() { return s_DisableRunCommandOutput; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Come constants for different file formats.
|
* Some constants for different file formats.
|
||||||
*/
|
*/
|
||||||
enum FileFormat {
|
enum FileFormat {
|
||||||
NO_FILE_FORMAT = 0,
|
NO_FILE_FORMAT = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user