Skip to content
Snippets Groups Projects
Commit 9d22204a authored by calrama's avatar calrama
Browse files

Fix formating style

parent 2578e514
Branches
No related tags found
No related merge requests found
Pipeline #51235 passed
Pipeline: utility

#51236

    ...@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom ...@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom
    BraceWrapping: BraceWrapping:
    AfterClass: true AfterClass: true
    AfterControlStatement: false AfterControlStatement: false
    AfterEnum: false AfterEnum: true
    AfterFunction: true AfterFunction: true
    AfterNamespace: true AfterNamespace: true
    AfterObjCDeclaration: false AfterObjCDeclaration: true
    AfterStruct: true AfterStruct: true
    AfterUnion: false AfterUnion: true
    AfterExternBlock: false AfterExternBlock: true
    BeforeCatch: false BeforeCatch: false
    BeforeElse: false BeforeElse: false
    IndentBraces: false IndentBraces: false
    ......
    ...@@ -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,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment