Skip to content

Commit 5de642c

Browse files
committed
Address review comment
Add space after a comma for consistency in 'enum scp_create_status'
1 parent 5cf0ec8 commit 5de642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libipm/scp_application_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ enum scp_screate_status
9898
E_SCP_SCREATE_MAX_REACHED, ///< Max number of sessions already reached
9999
E_SCP_SCREATE_NO_DISPLAY, ///< No X server display number is available
100100
E_SCP_SCREATE_X_SERVER_FAIL, ///< X server could not be started
101-
E_SCP_SCREATE_SESSION_FAIL,///< The session failed quickly
101+
E_SCP_SCREATE_SESSION_FAIL, ///< The session failed quickly
102102
E_SCP_SCREATE_GENERAL_ERROR ///< An unspecific error has occurred
103103
};
104104

0 commit comments

Comments
 (0)