Bug 948002 - Remove trailing whitespace. r=jgilbert

This commit is contained in:
Dan Glastonbury 2014-01-24 13:52:33 +10:00
parent d72ea090c6
commit 016e4967ac
2 changed files with 5 additions and 5 deletions

View File

@ -67,8 +67,8 @@ WebGLContext::ShouldGenerateWarnings() const
} }
CheckedUint32 CheckedUint32
WebGLContext::GetImageSize(GLsizei height, WebGLContext::GetImageSize(GLsizei height,
GLsizei width, GLsizei width,
uint32_t pixelSize, uint32_t pixelSize,
uint32_t packOrUnpackAlignment) uint32_t packOrUnpackAlignment)
{ {
@ -91,7 +91,7 @@ WebGLContext::SynthesizeGLError(GLenum err)
// but if there isn't, then we need to check for a gl error // but if there isn't, then we need to check for a gl error
// that may have occurred before this one and use that code // that may have occurred before this one and use that code
// instead. // instead.
MakeContextCurrent(); MakeContextCurrent();
UpdateWebGLErrorAndClearGLError(); UpdateWebGLErrorAndClearGLError();

View File

@ -16,7 +16,7 @@ namespace {
* This class is just a helper to implement WebGLContext::ConvertImage below. * This class is just a helper to implement WebGLContext::ConvertImage below.
* *
* Design comments: * Design comments:
* *
* WebGLContext::ConvertImage has to handle hundreds of format conversion paths. * WebGLContext::ConvertImage has to handle hundreds of format conversion paths.
* It is important to minimize executable code size here. Instead of passing around * It is important to minimize executable code size here. Instead of passing around
* a large number of function parameters hundreds of times, we create a * a large number of function parameters hundreds of times, we create a
@ -381,4 +381,4 @@ WebGLContext::ConvertImage(size_t width, size_t height, size_t srcStride, size_t
} }
} }
} // end namespace mozilla } // end namespace mozilla