Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3664)

Unified Diff: base/sha2.cc

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/sha2.h ('k') | base/sha2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sha2.cc
diff --git a/base/sha2.cc b/base/sha2.cc
index 3fe44bd47557f498a1bdcd81bbbbf995b81ef353..b6d6d5659c258684198d4ac1995d7d1f265dd9c4 100644
--- a/base/sha2.cc
+++ b/base/sha2.cc
@@ -20,4 +20,3 @@ void SHA256HashString(const std::string& str, void* output, size_t len) {
}
} // namespace base
-
« no previous file with comments | « base/sha2.h ('k') | base/sha2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698