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

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: anonymous 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..459b3568328a8643290c2210ae6f77f68f4f2d7d 100644
--- a/Source/core/animation/animatable/AnimatableLengthTest.cpp
+++ b/Source/core/animation/animatable/AnimatableLengthTest.cpp
@@ -3,23 +3,21 @@
// 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
+} // anonymous namespace
TEST(AnimationAnimatableLengthTest, RoundTripConversion)
{
« no previous file with comments | « Source/core/animation/animatable/AnimatableDoubleTest.cpp ('k') | Source/core/animation/animatable/AnimatableNeutralTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698