Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-01 13:23:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 13:32:38 +0300
commit5b1fcf88334620af97f70ceb591eaf0fb153ed03 (patch)
tree7926462b4d8e1e2fcb700d370da805fc2a3baf1c /intern/ghost/test
parent1cb091ae7ae4cc5442bc35c1bbbcf1aadc57fecd (diff)
Cleanup: comments (long lines) in ghost
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/gears/GHOST_Test.cpp9
1 files changed, 5 insertions, 4 deletions
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();
}