From b6a2de8a97a6aa1963a1f72990d88b71edc3c2d3 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 17 Aug 2015 08:37:43 -0700 Subject: [PATCH] GUAC-240: Remove whitespace changes. --- src/common/Makefile.am | 40 +++++++++++++++++++-------------------- src/common/guac_surface.c | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 370df685..4f4b02c8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -25,28 +25,28 @@ ACLOCAL_AMFLAGS = -I m4 noinst_LTLIBRARIES = libguac_common.la -noinst_HEADERS = \ - guac_io.h \ - guac_clipboard.h \ - guac_dot_cursor.h \ - guac_iconv.h \ - guac_json.h \ - guac_list.h \ - guac_pointer_cursor.h \ - guac_rect.h \ - guac_string.h \ +noinst_HEADERS = \ + guac_io.h \ + guac_clipboard.h \ + guac_dot_cursor.h \ + guac_iconv.h \ + guac_json.h \ + guac_list.h \ + guac_pointer_cursor.h \ + guac_rect.h \ + guac_string.h \ guac_surface.h -libguac_common_la_SOURCES = \ - guac_io.c \ - guac_clipboard.c \ - guac_dot_cursor.c \ - guac_iconv.c \ - guac_json.c \ - guac_list.c \ - guac_pointer_cursor.c \ - guac_rect.c \ - guac_string.c \ +libguac_common_la_SOURCES = \ + guac_io.c \ + guac_clipboard.c \ + guac_dot_cursor.c \ + guac_iconv.c \ + guac_json.c \ + guac_list.c \ + guac_pointer_cursor.c \ + guac_rect.c \ + guac_string.c \ guac_surface.c libguac_common_la_CFLAGS = \ diff --git a/src/common/guac_surface.c b/src/common/guac_surface.c index 7b40a8d7..69c7fa18 100644 --- a/src/common/guac_surface.c +++ b/src/common/guac_surface.c @@ -218,7 +218,7 @@ static int __guac_common_should_combine(guac_common_surface* surface, const guac } } - + /* Otherwise, do not combine */ return 0;