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-09-13 14:11:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-13 14:12:43 +0300
commit9e60e860577f536841a8865cb5328b98895644e3 (patch)
treed3e9450988ee5baa5d0701ad6311e539578ff57f /intern/ghost
parent95ef6dfa9e4d4c617e2f931cc0b5dba2df793648 (diff)
Cleanup: clang-format
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_NDOFManagerCocoa.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm b/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
index b4ee8308d73..4c9c58c36be 100644
--- a/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
+++ b/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
@@ -121,7 +121,8 @@ static bool load_driver_functions()
return true;
}
- module = dlopen("/Library/Frameworks/3DconnexionClient.framework/3DconnexionClient", RTLD_LAZY | RTLD_LOCAL);
+ module = dlopen("/Library/Frameworks/3DconnexionClient.framework/3DconnexionClient",
+ RTLD_LAZY | RTLD_LOCAL);
if (module) {
LOAD_FUNC(SetConnexionHandlers);