GUAC-1171: Remove extra trailing spaces from parameter comments.

This commit is contained in:
Michael Jumper 2015-07-10 21:01:17 -07:00
parent 5f547a9974
commit bfe4895408

View File

@ -34,7 +34,7 @@
* contents of that stream to the file having the given name within the * contents of that stream to the file having the given name within the
* upload directory set by guac_sftp_set_upload_path(). * upload directory set by guac_sftp_set_upload_path().
* *
* @param client * @param client
* The client receiving the uploaded file. * The client receiving the uploaded file.
* *
* @param stream * @param stream
@ -61,7 +61,7 @@ int guac_sftp_file_handler(guac_client* client, guac_stream* stream,
* after this function terminates in response to "ack" instructions received by * after this function terminates in response to "ack" instructions received by
* the client. * the client.
* *
* @param client * @param client
* The client receiving the file. * The client receiving the file.
* *
* @param filename * @param filename
@ -78,7 +78,7 @@ guac_stream* guac_sftp_download_file(guac_client* client, char* filename);
* "file" instruction. This function has no bearing on the destination * "file" instruction. This function has no bearing on the destination
* directories of files uploaded with "put" instructions. * directories of files uploaded with "put" instructions.
* *
* @param client * @param client
* The client setting the upload path. * The client setting the upload path.
* *
* @param path * @param path