aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/device/xps
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-01-03 22:36:33 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-01-03 22:36:33 +0000
commit8cddc8d0ea02b3476fd57668cf9b25ba5b9770d8 (patch)
tree69ff8594b409f3242257db6f22bef473d688e75c /src/device/xps
parentb369bcedd98c792ff0ba315f4eaeb616b32104a4 (diff)
Formatting only, multi-line call actually fits on one line.
git-svn-id: http://skia.googlecode.com/svn/trunk@2954 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/device/xps')
-rw-r--r--src/device/xps/SkXPSDevice.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp
index cce73234d3..a32eb26adc 100644
--- a/src/device/xps/SkXPSDevice.cpp
+++ b/src/device/xps/SkXPSDevice.cpp
@@ -2030,9 +2030,7 @@ HRESULT SkXPSDevice::CreateTypefaceUse(const SkPaint& paint,
SkTScopedComPtr<IStream> fontStream;
SkStream* fontData = SkFontHost::OpenStream(typefaceID);
- HRM(SkIStream::CreateFromSkStream(fontData,
- true,
- &fontStream),
+ HRM(SkIStream::CreateFromSkStream(fontData, true, &fontStream),
"Could not create font stream.");
const size_t size =