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

Unified Diff: net/quic/crypto/channel_id.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/quic/crypto/channel_id.h
diff --git a/net/quic/crypto/channel_id.h b/net/quic/crypto/channel_id.h
index a560f152c6d542b85d736898fcd28c675b9a9ff1..97c646c5392e319ec6c900fbcaff832eefe3dd13 100644
--- a/net/quic/crypto/channel_id.h
+++ b/net/quic/crypto/channel_id.h
@@ -16,7 +16,7 @@ namespace net {
// ChannelID keys.
class NET_EXPORT_PRIVATE ChannelIDSigner {
public:
- virtual ~ChannelIDSigner() { }
+ virtual ~ChannelIDSigner() {}
// Sign signs |signed_data| using the ChannelID key for |hostname| and puts
// the serialized public key into |out_key| and the signature into

Powered by Google App Engine
This is Rietveld 408576698