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

Unified Diff: runtime/bin/stdio_macos.cc

Issue 2480793002: clang-format runtime/bin (Closed)
Patch Set: Created 4 years, 1 month 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 | « runtime/bin/stdio_linux.cc ('k') | runtime/bin/stdio_unsupported.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/stdio_macos.cc
diff --git a/runtime/bin/stdio_macos.cc b/runtime/bin/stdio_macos.cc
index d22f1922b917a888fd8360fb1f632380645b059d..a8bd15973d793bfd131ca6c81dc1f6dea5076e1a 100644
--- a/runtime/bin/stdio_macos.cc
+++ b/runtime/bin/stdio_macos.cc
@@ -9,9 +9,9 @@
#include "bin/stdio.h"
-#include <errno.h> // NOLINT
+#include <errno.h> // NOLINT
#include <sys/ioctl.h> // NOLINT
-#include <termios.h> // NOLINT
+#include <termios.h> // NOLINT
#include "bin/fdutils.h"
#include "platform/signal_blocker.h"
« no previous file with comments | « runtime/bin/stdio_linux.cc ('k') | runtime/bin/stdio_unsupported.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698