comparison libpurple/connection.h @ 25449:375f82b53e95

Fix a minor whitespace inconsistency.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 03 Mar 2009 05:56:31 +0000
parents 6e1967b0f90b
children d8afc4ba7ce6 9407348dc714
comparison
equal deleted inserted replaced
25448:f98049a447f2 25449:375f82b53e95
70 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0, 70 PURPLE_CONNECTION_ERROR_NETWORK_ERROR = 0,
71 /** The username supplied was not valid. */ 71 /** The username supplied was not valid. */
72 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1, 72 PURPLE_CONNECTION_ERROR_INVALID_USERNAME = 1,
73 /** The username, password or some other credential was incorrect. Use 73 /** The username, password or some other credential was incorrect. Use
74 * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username 74 * #PURPLE_CONNECTION_ERROR_INVALID_USERNAME instead if the username
75 * is known to be invalid. 75 * is known to be invalid.
76 */ 76 */
77 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2, 77 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED = 2,
78 /** libpurple doesn't speak any of the authentication methods the 78 /** libpurple doesn't speak any of the authentication methods the
79 * server offered. 79 * server offered.
80 */ 80 */