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

Unified Diff: third_party/WebKit/Source/platform/text/BidiTestHarness.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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: third_party/WebKit/Source/platform/text/BidiTestHarness.h
diff --git a/third_party/WebKit/Source/platform/text/BidiTestHarness.h b/third_party/WebKit/Source/platform/text/BidiTestHarness.h
index 9ddd6d4f4ae628fbc0f3b990295cebe9358e7e58..b3a2eca6d1e0d921f8d42079deb512b0591172f6 100644
--- a/third_party/WebKit/Source/platform/text/BidiTestHarness.h
+++ b/third_party/WebKit/Source/platform/text/BidiTestHarness.h
@@ -31,9 +31,9 @@
#ifndef BidiTestHarness_h
#define BidiTestHarness_h
+#include <stdio.h>
#include <istream>
#include <map>
-#include <stdio.h>
#include <string>
#include <vector>
@@ -258,15 +258,15 @@ void Harness<Runner>::Parse(std::istream& bidi_test_file) {
if (paragraph_direction_mask & kDirectionAutoLTR) {
runner_.RunTest(test_string, reorder, levels, kDirectionAutoLTR,
- original_line, line_number);
+ original_line, line_number);
}
if (paragraph_direction_mask & kDirectionLTR) {
runner_.RunTest(test_string, reorder, levels, kDirectionLTR,
- original_line, line_number);
+ original_line, line_number);
}
if (paragraph_direction_mask & kDirectionRTL) {
runner_.RunTest(test_string, reorder, levels, kDirectionRTL,
- original_line, line_number);
+ original_line, line_number);
}
}
}
@@ -405,7 +405,7 @@ void CharacterHarness<Runner>::Parse(std::istream& bidi_test_file) {
}
runner_.RunTest(test_string, visual_ordering, levels, paragraph_direction,
- original_line, line_number);
+ original_line, line_number);
}
}

Powered by Google App Engine
This is Rietveld 408576698