We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bf25f commit e11293cCopy full SHA for e11293c
2 files changed
.clang-format
@@ -58,4 +58,4 @@ UseTab: Never
58
BinPackArguments: false # Prevents arguments from being packed onto the same line
59
PenaltyBreakAssignment: 200
60
PenaltyBreakOpenParenthesis: 200
61
-PenaltyReturnTypeOnItsOwnLine: 200
+PenaltyReturnTypeOnItsOwnLine: 200
minifi-api/minifi-api.def
@@ -28,4 +28,4 @@ EXPORTS
28
minifi_process_session_write
29
minifi_register_controller_service
30
minifi_register_extension
31
- minifi_register_processor
+ minifi_register_processor
0 commit comments