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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp

Issue 2446213002: [Bindings] [Reformat] Reformat template files (Closed)
Patch Set: Rebase (Split out Callbackfunctions) Created 4 years, 2 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/bindings/tests/results/core/TestPermissiveDictionary.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
index 1cc21e482e344f0b7ea48c52f4946870b87205ee..0912223239c10e92613e8b9462231021c8a50568 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
@@ -9,17 +9,13 @@
namespace blink {
-TestPermissiveDictionary::TestPermissiveDictionary()
-{
+TestPermissiveDictionary::TestPermissiveDictionary() {
}
-TestPermissiveDictionary::~TestPermissiveDictionary()
-{
-}
+TestPermissiveDictionary::~TestPermissiveDictionary() {}
-DEFINE_TRACE(TestPermissiveDictionary)
-{
- IDLDictionaryBase::trace(visitor);
+DEFINE_TRACE(TestPermissiveDictionary) {
+ IDLDictionaryBase::trace(visitor);
}
-} // namespace blink
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698