no need for newlines in DM Errors
authormtklein <mtklein@chromium.org>
Wed, 9 Dec 2015 21:02:26 +0000 (13:02 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Dec 2015 21:02:26 +0000 (13:02 -0800)
commit9b439153fc2a2ddca25de96fe2883cf67aebe3e0
treeb390965b833d6ab891aa4eb557cf909ec7d6cbac
parent5582b2be319e254939fa65e7423549f1130f374a
no need for newlines in DM Errors

This should fix some odd formatting problems in the logs, e.g.

    Note tally:
    583x   (skipped: Cannot convert to requested color type.
    )
    4x     (--blacklist _ image decode 4bpp-pixeldata-cropped.bmp)

~~~>

    Note tally:
    583x   (skipped: Cannot convert to requested color type.)
    4x     (--blacklist _ image decode 4bpp-pixeldata-cropped.bmp)

BUG=skia:

Review URL: https://codereview.chromium.org/1508223006
dm/DMSrcSink.cpp