mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
clang-format: format all code as Cpp11
This commit is contained in:
committed by
Brad King
parent
82d9bbf2b7
commit
2b4c32c95f
+1
-1
@@ -297,7 +297,7 @@ private:
|
||||
std::vector<cmCustomCommand> PreBuildCommands;
|
||||
std::vector<cmCustomCommand> PreLinkCommands;
|
||||
std::vector<cmCustomCommand> PostBuildCommands;
|
||||
std::vector<std::pair<TLLSignature, cmListFileContext> > TLLCommands;
|
||||
std::vector<std::pair<TLLSignature, cmListFileContext>> TLLCommands;
|
||||
LinkLibraryVectorType OriginalLinkLibraries;
|
||||
cmMakefile* Makefile;
|
||||
cmTargetInternalPointer Internal;
|
||||
|
||||
Reference in New Issue
Block a user