aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/VersionT.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-27 17:56:06 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-27 18:59:57 -0700
commit75e8752cb90eb8bc7717518d9d6a5c68f27f2b0f (patch)
treeb3a8c01beebba2b7e5524363b59bfc088aab83a2 /toolsrc/include/VersionT.h
parentdb2bc7ed80cd85935bcf80a02a06c796d01197b7 (diff)
downloadvcpkg-75e8752cb90eb8bc7717518d9d6a5c68f27f2b0f.tar.gz
vcpkg-75e8752cb90eb8bc7717518d9d6a5c68f27f2b0f.zip
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location of VersionT.cpp
Diffstat (limited to 'toolsrc/include/VersionT.h')
-rw-r--r--toolsrc/include/VersionT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/VersionT.h b/toolsrc/include/VersionT.h
index 36d050e08..67efd8da3 100644
--- a/toolsrc/include/VersionT.h
+++ b/toolsrc/include/VersionT.h
@@ -13,8 +13,8 @@ namespace vcpkg
std::string value;
};
- bool operator ==(const VersionT& left, const VersionT& right);
- bool operator !=(const VersionT& left, const VersionT& right);
+ bool operator==(const VersionT& left, const VersionT& right);
+ bool operator!=(const VersionT& left, const VersionT& right);
struct VersionDiff
{