GUACAMOLE-1907: Removed the double line breaks in other source files.

This commit is contained in:
Jimmy 2024-01-14 21:10:34 -08:00
parent 6972251611
commit d5f71a65a9
7 changed files with 0 additions and 7 deletions

View File

@ -289,7 +289,6 @@ resize_scrollback() {
}
#
# Get script name
#

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef __GUACD_LOG_H
#define __GUACD_LOG_H

View File

@ -76,7 +76,6 @@ int guacd_recv_fd(int sock) {
message.msg_iov = io_vector;
message.msg_iovlen = 1;
/* Assign ancillary data buffer */
char buffer[CMSG_SPACE(sizeof(fd))];
message.msg_control = buffer;

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef _GUACD_PROC_MAP_H
#define _GUACD_PROC_MAP_H

View File

@ -85,7 +85,6 @@ static int guacenc_write_packet(guacenc_video* video, void* data, int size) {
#endif
if (ret != 0) {
guacenc_log(GUAC_LOG_ERROR, "Unable to write frame "
"#%" PRId64 ": %s", video->next_pts, strerror(errno));

View File

@ -82,4 +82,3 @@ guac_timestamp guacenc_parse_timestamp(const char* str);
#endif

View File

@ -17,7 +17,6 @@
* under the License.
*/
#ifndef GUAC_PULSE_H
#define GUAC_PULSE_H