From 1e9471a1489156720362ef12e1ec6849ea9b45b6 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 27 Apr 2017 18:08:52 -0700 Subject: Run clang-format over the cpp files --- toolsrc/src/LineInfo.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'toolsrc/src/LineInfo.cpp') 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); } } -- cgit v1.2.3