From fd4c00eb36c9164487bf9e1cea39eaca64a9be91 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 13 Jul 2012 14:39:51 +0000 Subject: Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp] git-svn-id: http://skia.googlecode.com/svn/trunk@4594 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkMatrix.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/core') diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h index 4794b37f1e..6cf4d8f761 100644 --- a/include/core/SkMatrix.h +++ b/include/core/SkMatrix.h @@ -44,11 +44,11 @@ public: kPerspective_Mask = 0x08 //!< set if the matrix is in perspective }; - /** Returns a bitfield describing the transformations the matrix may - perform. The bitfield is computed conservatively, so it may include - false positives. For example, when kPerspective_Mask is true, all - other bits may be set to true even in the case of a pure perspective - transform. + /** Returns a bitfield describing the transformations the matrix may + perform. The bitfield is computed conservatively, so it may include + false positives. For example, when kPerspective_Mask is true, all + other bits may be set to true even in the case of a pure perspective + transform. */ TypeMask getType() const { if (fTypeMask & kUnknown_Mask) { -- cgit v1.2.3