diff options
author | chriseth <chris@ethereum.org> | 2018-09-04 18:03:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 18:03:41 +0800 |
commit | f27d7edfd605ac04e04eafded93a9a4e81f20122 (patch) | |
tree | 2a1d574620753aa4be93f60bb9372fe0d48257fe /libdevcore/Exceptions.cpp | |
parent | 2783905babfbe2fd01ff5f7b2a2499bd13754f10 (diff) | |
parent | b4a02522a46a774d0bd201c5a9c312bf3aeb2565 (diff) | |
download | dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.gz dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.bz2 dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.lz dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.xz dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.zst dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.zip |
Merge pull request #4882 from ethereum/removeTrailingWhitespace
Remove trailing whitespace for all files in the repository.
Diffstat (limited to 'libdevcore/Exceptions.cpp')
-rw-r--r-- | libdevcore/Exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/Exceptions.cpp b/libdevcore/Exceptions.cpp index 97f03f6e..cff5abf4 100644 --- a/libdevcore/Exceptions.cpp +++ b/libdevcore/Exceptions.cpp @@ -25,7 +25,7 @@ char const* Exception::what() const noexcept // Return the comment if available. if (string const* cmt = comment()) return cmt->data(); - + // Fallback to base what(). // Boost accepts nullptr, but the C++ standard doesn't // and crashes on some platforms. |