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

Unified Diff: net/base/address_family.h

Issue 647883002: git cl format the final third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | net/base/address_list.cc » ('j') | net/base/address_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/address_family.h
diff --git a/net/base/address_family.h b/net/base/address_family.h
index eb87ae3bf3249add13110d0508fb7af2d4ff9e7e..d0bd880d17cd52144943abc43d14da09f5a16a9b 100644
--- a/net/base/address_family.h
+++ b/net/base/address_family.h
@@ -10,9 +10,9 @@ namespace net {
// Enum wrapper around the address family types supported by host resolver
// procedures.
enum AddressFamily {
- ADDRESS_FAMILY_UNSPECIFIED, // AF_UNSPEC
- ADDRESS_FAMILY_IPV4, // AF_INET
- ADDRESS_FAMILY_IPV6, // AF_INET6
+ ADDRESS_FAMILY_UNSPECIFIED, // AF_UNSPEC
+ ADDRESS_FAMILY_IPV4, // AF_INET
+ ADDRESS_FAMILY_IPV6, // AF_INET6
ADDRESS_FAMILY_LAST = ADDRESS_FAMILY_IPV6
};
« no previous file with comments | « no previous file | net/base/address_list.cc » ('j') | net/base/address_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698