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 <campbell@blender.org>2022-02-09 15:25:53 +0300
committerCampbell Barton <campbell@blender.org>2022-02-09 15:47:34 +0300
commit312d6925c45fbd8bc15fd4a5207e70c1f27bfc62 (patch)
tree59b0d97c1ead04af16a920d9ced677c7a8af016f /intern/ghost
parentb4700a13c6aba992539af9d31c5f2c23d95b23fb (diff)
Cleanup: make file headers more consistent
Also some descriptive text into doc-strings.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.cpp2
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
index b86ef53ee84..59abf9e51e4 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
@@ -15,7 +15,7 @@
*
* Copyright 2001-2002 NaN Holding BV. All rights reserved.
* 1997-2001 Id Software, Inc. Video mode switching.
- Ported from Quake 2 by Alex Fraser <alex@phatcore.com>.
+ * Ported from Quake 2 by Alex Fraser <alex@phatcore.com>.
*/
/** \file
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 8536cb4346a..941642978c0 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -15,7 +15,7 @@
*
* Copyright 2001-2002 NaN Holding BV. All rights reserved.
* 2009 Nokia Corporation and/or its subsidiary(-ies).
- Part of this code has been taken from Qt, under LGPL license.
+ * Part of this code has been taken from Qt, under LGPL license.
*/
/** \file