aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_optional.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-28 12:55:50 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-28 12:55:50 -0700
commit346aa3fab8c02fcabe09b2738a392e62e792b99f (patch)
tree2446160b304c81759439ec9e5fd952edae51005f /toolsrc/include/vcpkg_optional.h
parent8a1e0b144c26dd7e6e29a9b230936169ca595fed (diff)
downloadvcpkg-346aa3fab8c02fcabe09b2738a392e62e792b99f.tar.gz
vcpkg-346aa3fab8c02fcabe09b2738a392e62e792b99f.zip
[clang-format] Cpp11BracedListStyle: true
Diffstat (limited to 'toolsrc/include/vcpkg_optional.h')
-rw-r--r--toolsrc/include/vcpkg_optional.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_optional.h b/toolsrc/include/vcpkg_optional.h
index 3b94d5a5d..b5a3268f0 100644
--- a/toolsrc/include/vcpkg_optional.h
+++ b/toolsrc/include/vcpkg_optional.h
@@ -8,7 +8,7 @@ namespace vcpkg
explicit constexpr NullOpt(int) {}
};
- const static constexpr NullOpt nullopt{ 0 };
+ const static constexpr NullOpt nullopt{0};
template<class T>
class Optional