if (i > 0 && this.preferences.insert_space_after_comma_in_method_invocation_arguments) {
this.scribe.space();
}
int fragmentIndentation = 0;
if (i == 0) {
int wrappedIndex = argumentsAlignment.wrappedIndex();
if (wrappedIndex >= 0) {
fragmentIndentation = argumentsAlignment.fragmentIndentations[wrappedIndex];
if ((argumentsAlignment.mode & Alignment.M_INDENT_ON_COLUMN) != 0 && fragmentIndentation > 0) {
this.scribe.indentationLevel = fragmentIndentation;
}