diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-27 18:08:52 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-27 18:59:57 -0700 |
| commit | 1e9471a1489156720362ef12e1ec6849ea9b45b6 (patch) | |
| tree | 46f0f35093ecd18034c9f9463d6f8b7aa590ade0 /toolsrc/src/LineInfo.cpp | |
| parent | 75e8752cb90eb8bc7717518d9d6a5c68f27f2b0f (diff) | |
| download | vcpkg-1e9471a1489156720362ef12e1ec6849ea9b45b6.tar.gz vcpkg-1e9471a1489156720362ef12e1ec6849ea9b45b6.zip | |
Run clang-format over the cpp files
Diffstat (limited to 'toolsrc/src/LineInfo.cpp')
| -rw-r--r-- | toolsrc/src/LineInfo.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolsrc/src/LineInfo.cpp b/toolsrc/src/LineInfo.cpp index e32d237f4..d1bf9a4b1 100644 --- a/toolsrc/src/LineInfo.cpp +++ b/toolsrc/src/LineInfo.cpp @@ -1,11 +1,9 @@ #include "pch.h" + #include "LineInfo.h" #include "vcpkg_Strings.h" namespace vcpkg { - std::string LineInfo::to_string() const - { - return Strings::format("%s(%d)", this->file_name, this->line_number); - } + std::string LineInfo::to_string() const { return Strings::format("%s(%d)", this->file_name, this->line_number); } } |
