diff options
author | chriseth <chris@ethereum.org> | 2016-09-08 02:05:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 02:05:30 +0800 |
commit | ce11580988b6aae22845fbebfb09eb9c3881b250 (patch) | |
tree | 8444a9a331ea0524cd56c42491bedffc73101276 /libdevcore/vector_ref.h | |
parent | f4172d342a36574f604be6e1bf2b2edb9c2526e7 (diff) | |
parent | c9b23d9829b745ece900efa05df30bc6aa3776e3 (diff) | |
download | dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.gz dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.tar.zst dexon-solidity-ce11580988b6aae22845fbebfb09eb9c3881b250.zip |
Merge pull request #1041 from pirapira/typo_and_whitespace
Fix a typo and a whitespace inconsistency
Diffstat (limited to 'libdevcore/vector_ref.h')
-rw-r--r-- | libdevcore/vector_ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/vector_ref.h b/libdevcore/vector_ref.h index 46d06946..698377c9 100644 --- a/libdevcore/vector_ref.h +++ b/libdevcore/vector_ref.h @@ -7,7 +7,7 @@ #include <string> #ifdef __INTEL_COMPILER -#pragma warning(disable:597) //will not be called for implicit or explicit conversions +#pragma warning(disable:597) // will not be called for implicit or explicit conversions #endif namespace dev |