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

Unified Diff: Source/wtf/SHA1.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « Source/wtf/RetainPtr.h ('k') | Source/wtf/StackStats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/SHA1.h
diff --git a/Source/wtf/SHA1.h b/Source/wtf/SHA1.h
index fc73727113ab7f8fcafbbaf3ce90658b23f9ddd3..1cf357cffd531fea6de440f262f15a37d294ef34 100644
--- a/Source/wtf/SHA1.h
+++ b/Source/wtf/SHA1.h
@@ -59,13 +59,13 @@ public:
// computeHash has a side effect of resetting the state of the object.
void computeHash(Vector<uint8_t, 20>&);
-
+
// Get a hex hash from the digest. Pass a limit less than 40 if you want a shorter digest.
static CString hexDigest(const Vector<uint8_t, 20>&);
-
+
// Compute the hex digest directly. Pass a limit less than 40 if you want a shorter digest.
CString computeHexDigest();
-
+
private:
void finalize();
void processBlock();
« no previous file with comments | « Source/wtf/RetainPtr.h ('k') | Source/wtf/StackStats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698