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

Unified Diff: Source/core/animation/animatable/AnimatableLengthTest.cpp

Issue 1164413003: Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/animation/animatable/AnimatableLengthTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableLengthTest.cpp b/Source/core/animation/animatable/AnimatableLengthTest.cpp
index e5ef607a55c092f877a29c92850ae6e30251403c..a6396da9a4a1cdee7f8555d306a9cca888d13670 100644
--- a/Source/core/animation/animatable/AnimatableLengthTest.cpp
+++ b/Source/core/animation/animatable/AnimatableLengthTest.cpp
@@ -3,21 +3,19 @@
// found in the LICENSE file.
#include "config.h"
-
#include "core/animation/animatable/AnimatableLength.h"
#include "platform/CalculationValue.h"
-
#include <gtest/gtest.h>
namespace blink {
namespace {
- PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1)
- {
- return AnimatableLength::create(length, zoom);
- }
+PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1)
+{
+ return AnimatableLength::create(length, zoom);
+}
} // namespace
kochi 2015/06/10 08:04:08 nit: "anonymous namespace"?
tkent 2015/06/10 08:31:43 Done.

Powered by Google App Engine
This is Rietveld 408576698