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

Unified Diff: net/http/md4.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/http/md4.h
diff --git a/net/http/md4.h b/net/http/md4.h
index b416e261de0c1022a843b222ad388a22ac5fe637..5045348731ce6695abc7073680b9ab62faab7a28 100644
--- a/net/http/md4.h
+++ b/net/http/md4.h
@@ -66,7 +66,7 @@ namespace weak_crypto {
* interface would make more sense if that were a requirement. Currently, this
* is good enough for the applications we care about.
*/
-void MD4Sum(const uint8 *input, uint32 inputLen, uint8 *result);
+void MD4Sum(const uint8* input, uint32 inputLen, uint8* result);
} // namespace net::weak_crypto
} // namespace net
« net/base/mime_util_unittest.cc ('K') | « net/http/http_version.h ('k') | net/http/md4.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698