remove excess spaces to force rebuild for system-headers changes 6c0971153949

This commit is contained in:
Karl Tomlinson 2008-07-08 16:58:17 +12:00
Родитель 9921d3b83c
Коммит f39cfdc3c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -154,7 +154,7 @@ gfxXlibNativeRenderer::Draw(Display* dpy, gfxContext* ctx, int width, int height
// Make sure result.surface is null to start with; we rely on it
// being non-null meaning that a surface actually got allocated.
result.surface = NULL;
if (output) {
output->mSurface = NULL;
output->mUniformAlpha = PR_FALSE;