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

Unified Diff: runtime/bin/eventhandler_android.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/eventhandler.cc ('k') | runtime/bin/eventhandler_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_android.h
diff --git a/runtime/bin/eventhandler_android.h b/runtime/bin/eventhandler_android.h
index 156ba4f24f81f2494347f73ab73ee987871b6fb5..c934549a9184a99db416ee393afb4aca6bd3ec4b 100644
--- a/runtime/bin/eventhandler_android.h
+++ b/runtime/bin/eventhandler_android.h
@@ -38,7 +38,6 @@ class DescriptorInfo : public DescriptorInfoBase {
DISALLOW_COPY_AND_ASSIGN(DescriptorInfo);
};
-
class DescriptorInfoSingle : public DescriptorInfoSingleMixin<DescriptorInfo> {
public:
explicit DescriptorInfoSingle(intptr_t fd)
@@ -49,7 +48,6 @@ class DescriptorInfoSingle : public DescriptorInfoSingleMixin<DescriptorInfo> {
DISALLOW_COPY_AND_ASSIGN(DescriptorInfoSingle);
};
-
class DescriptorInfoMultiple
: public DescriptorInfoMultipleMixin<DescriptorInfo> {
public:
@@ -61,7 +59,6 @@ class DescriptorInfoMultiple
DISALLOW_COPY_AND_ASSIGN(DescriptorInfoMultiple);
};
-
class EventHandlerImplementation {
public:
EventHandlerImplementation();
« no previous file with comments | « runtime/bin/eventhandler.cc ('k') | runtime/bin/eventhandler_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698