mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1306625 - fix wonky identation in imgFrame.cpp; r=tnikkel
DONTBUILD because whitespace-only fixes are always safe...right?
This commit is contained in:
parent
7251da3333
commit
19607c3802
@ -501,7 +501,7 @@ imgFrame::SurfaceForDrawing(bool aDoPartialDecode,
|
||||
|
||||
if (!aDoPartialDecode) {
|
||||
return SurfaceWithFormat(new gfxSurfaceDrawable(aSurface, mImageSize),
|
||||
mFormat);
|
||||
mFormat);
|
||||
}
|
||||
|
||||
gfxRect available = gfxRect(mDecoded.x, mDecoded.y, mDecoded.width,
|
||||
|
Loading…
Reference in New Issue
Block a user