Index: base/bzip2_error_handler.cc |
diff --git a/base/bzip2_error_handler.cc b/base/bzip2_error_handler.cc |
index 94a91089e564fbee04fd9492c621e488c537b637..215c0c0841d76028172605c37c48c717161a5c6d 100644 |
--- a/base/bzip2_error_handler.cc |
+++ b/base/bzip2_error_handler.cc |
@@ -10,4 +10,3 @@ extern "C" |
void bz_internal_error(int errcode) { |
CHECK(false) << "bzip2 internal error: " << errcode; |
} |
- |