Revision aac184072bd30f6009b82f26f781d33de6ae85de authored by Dmitry Yu. Naumov on 19 March 2021, 12:01:38 UTC, committed by Dmitry Yu. Naumov on 19 March 2021, 12:01:38 UTC
[MPL/Vapour] Corrected the DBUG message in two creators.

See merge request ogs/ogs!3526
2 parent s 96e69c9 + db2a382
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top