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

Unified Diff: services/js/system/tests/js_to_cpp.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: services/js/system/tests/js_to_cpp.mojom
diff --git a/services/js/system/tests/js_to_cpp.mojom b/services/js/system/tests/js_to_cpp.mojom
index 688b22b3dea8321a9d402535f5983bebae8b2cb5..65e8e65d16ccf75f0d08c2ae9cad4a1a9c7be08b 100644
--- a/services/js/system/tests/js_to_cpp.mojom
+++ b/services/js/system/tests/js_to_cpp.mojom
@@ -6,11 +6,11 @@ struct EchoArgs {
int64 si64;
int32 si32;
int16 si16;
- int8 si8;
+ int8 si8;
uint64 ui64;
uint32 ui32;
uint16 ui16;
- uint8 ui8;
+ uint8 ui8;
float float_val;
float float_inf;
float float_nan;

Powered by Google App Engine
This is Rietveld 408576698