Skip to content
Snippets Groups Projects
Commit 5367d9cc authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkWin32OpenGLRenderWindow: fix some whitespace

parent d16dca59
No related merge requests found
......@@ -661,9 +661,9 @@ void vtkWin32OpenGLRenderWindow::SetupPixelFormatPaletteAndContext(
PIXELFORMATDESCRIPTOR pfd2 = {
sizeof(PIXELFORMATDESCRIPTOR), /* size */
1, /* version */
dwFlags , /* support double-buffering */
dwFlags, /* support double-buffering */
PFD_TYPE_RGBA, /* color type */
bpp, /* preferred color depth */
bpp, /* preferred color depth */
0, 0, 0, 0, 0, 0, /* color bits (ignored) */
this->AlphaBitPlanes ? bpp/4 : 0, /* no alpha buffer */
0, /* alpha bits (ignored) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment