Index: runtime/bin/stdio_linux.cc |
diff --git a/runtime/bin/stdio_linux.cc b/runtime/bin/stdio_linux.cc |
index 0634fa49821dfd8036d07f9dcdaaf74228176645..280c75fe7df45ddcf3dded883031cfd7ffc47b30 100644 |
--- a/runtime/bin/stdio_linux.cc |
+++ b/runtime/bin/stdio_linux.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" |