From c9b23d9829b745ece900efa05df30bc6aa3776e3 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Wed, 7 Sep 2016 13:54:57 +0200 Subject: Fix a typo and whitespaces --- libdevcore/Common.h | 2 +- libdevcore/vector_ref.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libdevcore') diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 8bc5f58f..6fbc112d 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -23,7 +23,7 @@ #pragma once -// way to many unsigned to size_t warnings in 32 bit build +// way too many unsigned to size_t warnings in 32 bit build #ifdef _M_IX86 #pragma warning(disable:4244) #endif 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 #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 -- cgit v1.2.3