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

Unified Diff: fusl/include/arpa/ftp.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/arpa/ftp.h
diff --git a/fusl/include/arpa/ftp.h b/fusl/include/arpa/ftp.h
index fb0a46f2b879423290365cda85892a587f89929b..19e9f94a2d6de9598e580db5a427467a92a1a6d2 100644
--- a/fusl/include/arpa/ftp.h
+++ b/fusl/include/arpa/ftp.h
@@ -27,9 +27,9 @@
#define BLK_RESTART 0x10
#define BLK_BYTECOUNT 2
#ifdef FTP_NAMES
-char *modenames[] = {"0", "Stream", "Block", "Compressed" };
-char *strunames[] = {"0", "File", "Record", "Page" };
-char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" };
-char *formnames[] = {"0", "Nonprint", "Telnet", "Carriage-control" };
+char* modenames[] = {"0", "Stream", "Block", "Compressed"};
+char* strunames[] = {"0", "File", "Record", "Page"};
+char* typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local"};
+char* formnames[] = {"0", "Nonprint", "Telnet", "Carriage-control"};
#endif
#endif

Powered by Google App Engine
This is Rietveld 408576698