diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-08-25 23:25:09 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-30 11:07:05 -0400 |
commit | 2b4c32c95f9cd3282ee834a2d7eeba9ab56eff0b (patch) | |
tree | 23d2e31296e0d358290e976d9341e3c1b227c484 /Source/cmELF.h | |
parent | 82d9bbf2b713de4db2810c202db26c4b18a22e9c (diff) | |
download | cmake-2b4c32c95f9cd3282ee834a2d7eeba9ab56eff0b.tar.gz |
clang-format: format all code as Cpp11
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r-- | Source/cmELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h index 678a595abb..8c17348888 100644 --- a/Source/cmELF.h +++ b/Source/cmELF.h @@ -64,7 +64,7 @@ public: }; /** Represent entire dynamic section header */ - typedef std::vector<std::pair<long, unsigned long> > DynamicEntryList; + typedef std::vector<std::pair<long, unsigned long>> DynamicEntryList; /** Get the type of the file opened. */ FileType GetFileType() const; |