Skip to content

Commit febe194

Browse files
committed
Add missing newlines
1 parent 3f00d7b commit febe194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/oscap-xccdf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ int app_evaluate_xccdf(const struct oscap_action *action)
629629
"Detected running Image Mode operating system. OpenSCAP can't "
630630
"perform remediation of this system because majority of the "
631631
"system is read-only. Please apply remediation during bootable "
632-
"container image build using 'oscap-im' instead.");
632+
"container image build using 'oscap-im' instead.\n");
633633
return result;
634634
}
635635

@@ -839,7 +839,7 @@ int app_xccdf_remediate(const struct oscap_action *action)
839839
"Detected running Image Mode operating system. OpenSCAP can't "
840840
"perform remediation of this system because majority of the "
841841
"system is read-only. Please apply remediation during bootable "
842-
"container image build using 'oscap-im' instead.");
842+
"container image build using 'oscap-im' instead.\n");
843843
return result;
844844
}
845845
session = xccdf_session_new(action->f_xccdf);

0 commit comments

Comments
 (0)