Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Toolkit
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
RWTH VR Toolkit
Merge requests
!96
style(interaction): fixes clang-formatting error
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
style(interaction): fixes clang-formatting error
dev/5.3
into
dev/5.4
Overview
1
Commits
12
Pipelines
2
Changes
1
Merged
style(interaction): fixes clang-formatting error
David Gilbert
requested to merge
dev/5.3
into
dev/5.4
Jul 23, 2024
Overview
1
Commits
12
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
79cadfaf
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
79cadfaf
adhere to clang format
· 79cadfaf
Jonathan Ehret
authored
Jul 10, 2024
Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
+
1
−
1
View file @ 79cadfaf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -100,7 +100,7 @@ public:
EDisplayClusterOperationMode
OperationMode
=
IDisplayCluster
::
Get
().
GetOperationMode
();
if
(
OperationMode
!=
EDisplayClusterOperationMode
::
Cluster
)
{
//Cluster event can be bypassed and function directly called
//
Cluster event can be bypassed and function directly called
(
Object
->*
MemberFunction
)(
Forward
<
ArgTypes
>
(
Arguments
)...);
}
else
Loading