GUACAMOLE-1907: Removed the double line breaks in other source files.
This commit is contained in:
parent
6972251611
commit
d5f71a65a9
@ -289,7 +289,6 @@ resize_scrollback() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
# Get script name
|
||||
#
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __GUACD_LOG_H
|
||||
#define __GUACD_LOG_H
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUACD_PROC_MAP_H
|
||||
#define _GUACD_PROC_MAP_H
|
||||
|
||||
|
||||
@ -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));
|
||||
|
||||
@ -82,4 +82,3 @@ guac_timestamp guacenc_parse_timestamp(const char* str);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_PULSE_H
|
||||
#define GUAC_PULSE_H
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user