Skip to content

Commit

Permalink
[XML] Small formatting adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed May 3, 2022
1 parent cf25c31 commit 088ecb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aeron-driver/src/main/c/media/aeron_udp_channel_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ static int aeron_udp_channel_transport_send_unconnected(
#endif

#if defined(HAVE_SENDMMSG)

static int aeron_udp_channel_transport_sendv(
aeron_udp_channel_transport_t *transport,
struct sockaddr_storage *address,
Expand Down Expand Up @@ -560,6 +561,7 @@ static int aeron_udp_channel_transport_sendv(
return num_sent;
}
}

#endif


Expand Down
4 changes: 4 additions & 0 deletions config/ide/clion/aeron_cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<option name="FUNCTION_PARAMETERS_WRAP" value="5" />
<option name="FUNCTION_PARAMETERS_ALIGN_MULTILINE" value="false" />
<option name="FUNCTION_PARAMETERS_NEW_LINE_AFTER_LPAR" value="true" />
<option name="FUNCTION_CALL_ARGUMENTS_WRAP" value="5" />
<option name="FUNCTION_CALL_ARGUMENTS_ALIGN_MULTILINE" value="false" />
<option name="FUNCTION_CALL_ARGUMENTS_NEW_LINE_AFTER_LPAR" value="true" />
<option name="SHIFT_OPERATION_WRAP" value="0" />
Expand All @@ -34,6 +35,8 @@
</codeStyleSettings>
<codeStyleSettings language="ObjectiveC">
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="BLANK_LINES_BEFORE_IMPORTS" value="0" />
<option name="BLANK_LINES_AFTER_IMPORTS" value="0" />
<option name="BRACE_STYLE" value="2" />
<option name="CLASS_BRACE_STYLE" value="2" />
<option name="ELSE_ON_NEW_LINE" value="true" />
Expand All @@ -58,6 +61,7 @@
<option name="FOR_BRACE_FORCE" value="3" />
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="LABEL_INDENT_ABSOLUTE" value="true" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="XML">
Expand Down

0 comments on commit 088ecb5

Please sign in to comment.