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

Unified Diff: runtime/bin/stdio.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/bin/socket_win.cc ('k') | runtime/bin/stdio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/stdio.h
diff --git a/runtime/bin/stdio.h b/runtime/bin/stdio.h
index e55c317aa1d75cb680f8cd522ee8ca8e442d6f4c..fcc424e36d801e2415aca649515b1e76f1d19f72 100644
--- a/runtime/bin/stdio.h
+++ b/runtime/bin/stdio.h
@@ -34,7 +34,6 @@ class Stdin {
DISALLOW_IMPLICIT_CONSTRUCTORS(Stdin);
};
-
class Stdout {
public:
static bool GetTerminalSize(intptr_t fd, int size[2]);
« no previous file with comments | « runtime/bin/socket_win.cc ('k') | runtime/bin/stdio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698