mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix a typo and whitespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user