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

Unified Diff: mojo/services/input_events/interfaces/input_key_codes.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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: mojo/services/input_events/interfaces/input_key_codes.mojom
diff --git a/mojo/services/input_events/interfaces/input_key_codes.mojom b/mojo/services/input_events/interfaces/input_key_codes.mojom
index f22b7b991802403f208c2e90f0bfb9ad3e880c3c..397011f1d1af055b53ed95829351a87f140b98f9 100644
--- a/mojo/services/input_events/interfaces/input_key_codes.mojom
+++ b/mojo/services/input_events/interfaces/input_key_codes.mojom
@@ -8,6 +8,7 @@ module mojo;
// Cross platform keyboard codes.
//
// Because the web has standardized on Win32 keyboard codes, so does mojo.
+// no-format
viettrungluu 2016/03/15 23:14:50 Probably you should have a matching end-no-format,
azani 2016/03/23 22:42:50 Done.
enum KeyboardCode {
BACK = 0x08,
TAB = 0x09,

Powered by Google App Engine
This is Rietveld 408576698