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

Unified Diff: fusl/include/netinet/udp.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 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: fusl/include/netinet/udp.h
diff --git a/fusl/include/netinet/udp.h b/fusl/include/netinet/udp.h
index b1b0eb819af5d2843103311b00eee2b137ca6600..8a76e23ee3b1aa54df053f718d64818884b52c9c 100644
--- a/fusl/include/netinet/udp.h
+++ b/fusl/include/netinet/udp.h
@@ -16,20 +16,20 @@ extern "C" {
#endif
struct udphdr {
- uint16_t uh_sport;
- uint16_t uh_dport;
- uint16_t uh_ulen;
- uint16_t uh_sum;
+ uint16_t uh_sport;
+ uint16_t uh_dport;
+ uint16_t uh_ulen;
+ uint16_t uh_sum;
};
-#define UDP_CORK 1
-#define UDP_ENCAP 100
+#define UDP_CORK 1
+#define UDP_ENCAP 100
#define UDP_ENCAP_ESPINUDP_NON_IKE 1
-#define UDP_ENCAP_ESPINUDP 2
-#define UDP_ENCAP_L2TPINUDP 3
+#define UDP_ENCAP_ESPINUDP 2
+#define UDP_ENCAP_L2TPINUDP 3
-#define SOL_UDP 17
+#define SOL_UDP 17
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698