GUAC-240: Remove whitespace changes.
This commit is contained in:
parent
adcb887efb
commit
b6a2de8a97
@ -25,28 +25,28 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
noinst_LTLIBRARIES = libguac_common.la
|
noinst_LTLIBRARIES = libguac_common.la
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
guac_io.h \
|
guac_io.h \
|
||||||
guac_clipboard.h \
|
guac_clipboard.h \
|
||||||
guac_dot_cursor.h \
|
guac_dot_cursor.h \
|
||||||
guac_iconv.h \
|
guac_iconv.h \
|
||||||
guac_json.h \
|
guac_json.h \
|
||||||
guac_list.h \
|
guac_list.h \
|
||||||
guac_pointer_cursor.h \
|
guac_pointer_cursor.h \
|
||||||
guac_rect.h \
|
guac_rect.h \
|
||||||
guac_string.h \
|
guac_string.h \
|
||||||
guac_surface.h
|
guac_surface.h
|
||||||
|
|
||||||
libguac_common_la_SOURCES = \
|
libguac_common_la_SOURCES = \
|
||||||
guac_io.c \
|
guac_io.c \
|
||||||
guac_clipboard.c \
|
guac_clipboard.c \
|
||||||
guac_dot_cursor.c \
|
guac_dot_cursor.c \
|
||||||
guac_iconv.c \
|
guac_iconv.c \
|
||||||
guac_json.c \
|
guac_json.c \
|
||||||
guac_list.c \
|
guac_list.c \
|
||||||
guac_pointer_cursor.c \
|
guac_pointer_cursor.c \
|
||||||
guac_rect.c \
|
guac_rect.c \
|
||||||
guac_string.c \
|
guac_string.c \
|
||||||
guac_surface.c
|
guac_surface.c
|
||||||
|
|
||||||
libguac_common_la_CFLAGS = \
|
libguac_common_la_CFLAGS = \
|
||||||
|
@ -218,7 +218,7 @@ static int __guac_common_should_combine(guac_common_surface* surface, const guac
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Otherwise, do not combine */
|
/* Otherwise, do not combine */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user