Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
interfaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
biotracker
interfaces
Commits
9d22204a
Commit
9d22204a
authored
2 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
Fix formating style
parent
2578e514
Branches
Branches containing commit
No related tags found
No related merge requests found
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.clang-format
+4
-4
4 additions, 4 deletions
.clang-format
Src/Interfaces/ENUMS.h
+4
-2
4 additions, 2 deletions
Src/Interfaces/ENUMS.h
with
8 additions
and
6 deletions
.clang-format
+
4
−
4
View file @
9d22204a
...
@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom
...
@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom
BraceWrapping:
BraceWrapping:
AfterClass: true
AfterClass: true
AfterControlStatement: false
AfterControlStatement: false
AfterEnum:
fals
e
AfterEnum:
tru
e
AfterFunction: true
AfterFunction: true
AfterNamespace: true
AfterNamespace: true
AfterObjCDeclaration:
fals
e
AfterObjCDeclaration:
tru
e
AfterStruct: true
AfterStruct: true
AfterUnion:
fals
e
AfterUnion:
tru
e
AfterExternBlock:
fals
e
AfterExternBlock:
tru
e
BeforeCatch: false
BeforeCatch: false
BeforeElse: false
BeforeElse: false
IndentBraces: false
IndentBraces: false
...
...
This diff is collapsed.
Click to expand it.
Src/Interfaces/ENUMS.h
+
4
−
2
View file @
9d22204a
...
@@ -7,7 +7,8 @@ class BT_INTERFACES_API ENUMS : public QObject
...
@@ -7,7 +7,8 @@ class BT_INTERFACES_API ENUMS : public QObject
{
{
Q_OBJECT
Q_OBJECT
public:
public:
enum
CONTROLLERTYPE
:
unsigned
int
{
enum
CONTROLLERTYPE
:
unsigned
int
{
NO_CTR
,
NO_CTR
,
MAINWINDOW
,
MAINWINDOW
,
TEXTUREOBJECT
,
TEXTUREOBJECT
,
...
@@ -26,7 +27,8 @@ public:
...
@@ -26,7 +27,8 @@ public:
};
};
Q_ENUM
(
CONTROLLERTYPE
)
Q_ENUM
(
CONTROLLERTYPE
)
enum
COREPERMISSIONS
:
unsigned
int
{
enum
COREPERMISSIONS
:
unsigned
int
{
COMPONENTVIEW
,
COMPONENTVIEW
,
COMPONENTMOVE
,
COMPONENTMOVE
,
COMPONENTREMOVE
,
COMPONENTREMOVE
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment