From 5b1fcf88334620af97f70ceb591eaf0fb153ed03 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 May 2019 20:23:13 +1000 Subject: Cleanup: comments (long lines) in ghost --- intern/ghost/test/gears/GHOST_Test.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'intern/ghost/test') diff --git a/intern/ghost/test/gears/GHOST_Test.cpp b/intern/ghost/test/gears/GHOST_Test.cpp index 654177d3f66..47eddbcfb83 100644 --- a/intern/ghost/test/gears/GHOST_Test.cpp +++ b/intern/ghost/test/gears/GHOST_Test.cpp @@ -678,11 +678,12 @@ int main(int /*argc*/, char ** /*argv*/) LONG lresult; HKEY hkey = 0; DWORD dwd = 0; - //unsigned char buffer[128]; + // unsigned char buffer[128]; CRegKey regkey; - //DWORD keyValue; - // lresult = regkey.Open(HKEY_LOCAL_MACHINE, "SOFTWARE\\NVIDIA Corporation\\Global\\Stereo3D\\StereoEnable"); + // DWORD keyValue; + // lresult = regkey.Open( + // HKEY_LOCAL_MACHINE, "SOFTWARE\\NVIDIA Corporation\\Global\\Stereo3D\\StereoEnable"); lresult = regkey.Open(HKEY_LOCAL_MACHINE, "SOFTWARE\\NVIDIA Corporation\\Global\\Stereo3D\\StereoEnable", KEY_ALL_ACCESS); @@ -718,7 +719,7 @@ int main(int /*argc*/, char ** /*argv*/) // Enter main loop while (!app.m_exitRequested) { - //printf("main: loop\n"); + // printf("main: loop\n"); fSystem->processEvents(true); fSystem->dispatchEvents(); } -- cgit v1.2.3