summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:03:38 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit02d56750bda532e9a0b4e4d9efcde82ae44fdc38 (patch)
treeb230d0fae6de66fd79a92212144bc00a6c9b3f54 /common
parent8ab7c4535a884d301cfc8b02c855df36c0cf0e5b (diff)
downloadspice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.gz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.tar.xz
spice-02d56750bda532e9a0b4e4d9efcde82ae44fdc38.zip
Remove trailing blank lines
Remove any blank lines at the end of all source files
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am1
-rw-r--r--common/canvas_utils.c1
-rw-r--r--common/gdi_canvas.c1
-rw-r--r--common/glc.c1
-rw-r--r--common/lz.c1
-rw-r--r--common/lz_decompress_tmpl.c1
-rw-r--r--common/ogl_ctx.c1
-rw-r--r--common/ogl_ctx.h1
-rw-r--r--common/quic.c1
-rw-r--r--common/quic.h1
-rw-r--r--common/quic_config.h1
-rw-r--r--common/quic_family_tmpl.c1
-rw-r--r--common/quic_rgb_tmpl.c1
-rw-r--r--common/quic_tmpl.c1
-rw-r--r--common/rect.h1
-rw-r--r--common/region.c1
-rw-r--r--common/region.h1
-rw-r--r--common/ring.h1
-rw-r--r--common/rop3.h1
19 files changed, 0 insertions, 19 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index f07f9489..4189dc1f 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -74,4 +74,3 @@ EXTRA_DIST = \
quic_rgb_tmpl.c \
quic_tmpl.c \
$(NULL)
-
diff --git a/common/canvas_utils.c b/common/canvas_utils.c
index 71f6890e..6632942e 100644
--- a/common/canvas_utils.c
+++ b/common/canvas_utils.c
@@ -297,4 +297,3 @@ pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data,
canvas_data->out_surface = surface;
return surface;
}
-
diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c
index 5c9cdf01..2cb83d8c 100644
--- a/common/gdi_canvas.c
+++ b/common/gdi_canvas.c
@@ -1857,4 +1857,3 @@ void gdi_canvas_init(void) //unsafe global function
rop3_init();
}
-
diff --git a/common/glc.c b/common/glc.c
index 1c81dd86..1414bcff 100644
--- a/common/glc.c
+++ b/common/glc.c
@@ -1511,4 +1511,3 @@ void glc_destroy(GLCCtx glc, int textures_lost)
8. support more image formats
9. use GLCImage in mask ops?
*/
-
diff --git a/common/lz.c b/common/lz.c
index 85c974b4..1d695a07 100644
--- a/common/lz.c
+++ b/common/lz.c
@@ -738,4 +738,3 @@ void lz_decode(LzContext *lz, LzImageType to_type, uint8_t *buf)
encoder->usr->error(encoder->usr, "bad decode size\n");
}
}
-
diff --git a/common/lz_decompress_tmpl.c b/common/lz_decompress_tmpl.c
index b962fb66..46587eef 100644
--- a/common/lz_decompress_tmpl.c
+++ b/common/lz_decompress_tmpl.c
@@ -324,4 +324,3 @@ static size_t FNAME(decompress)(Encoder *encoder, OUT_PIXEL *out_buf, int size)
#undef COPY_COMP_PIXEL
#undef COPY_PLT_ENTRY
#undef CAST_PLT_DISTANCE
-
diff --git a/common/ogl_ctx.c b/common/ogl_ctx.c
index 0917f424..41c05915 100644
--- a/common/ogl_ctx.c
+++ b/common/ogl_ctx.c
@@ -249,4 +249,3 @@ void oglctx_destroy(OGLCtx *ctx)
XCloseDisplay(ctx->x_display);
free(ctx);
}
-
diff --git a/common/ogl_ctx.h b/common/ogl_ctx.h
index ae2ce7e1..e7f677ac 100644
--- a/common/ogl_ctx.h
+++ b/common/ogl_ctx.h
@@ -36,4 +36,3 @@ void oglctx_destroy(OGLCtx *ctx);
#endif
#endif
-
diff --git a/common/quic.c b/common/quic.c
index ca7ffd24..46666383 100644
--- a/common/quic.c
+++ b/common/quic.c
@@ -1697,4 +1697,3 @@ void quic_init(void)
init_zeroLUT();
#endif
}
-
diff --git a/common/quic.h b/common/quic.h
index 6047da8b..7ec94f56 100644
--- a/common/quic.h
+++ b/common/quic.h
@@ -70,4 +70,3 @@ void quic_init(void);
#endif
#endif
-
diff --git a/common/quic_config.h b/common/quic_config.h
index 2a87f201..13c71f1d 100644
--- a/common/quic_config.h
+++ b/common/quic_config.h
@@ -46,4 +46,3 @@ extern "C" {
#endif
#endif
-
diff --git a/common/quic_family_tmpl.c b/common/quic_family_tmpl.c
index fbefe893..bfba0ccf 100644
--- a/common/quic_family_tmpl.c
+++ b/common/quic_family_tmpl.c
@@ -115,4 +115,3 @@ static s_bucket *FNAME(find_bucket)(Channel *channel, const unsigned int val)
#undef FNAME
#undef VNAME
#undef BPC
-
diff --git a/common/quic_rgb_tmpl.c b/common/quic_rgb_tmpl.c
index 814fa5af..8f356792 100644
--- a/common/quic_rgb_tmpl.c
+++ b/common/quic_rgb_tmpl.c
@@ -763,4 +763,3 @@ static void FNAME(uncompress_row)(Encoder *encoder,
#undef SET_b
#undef GET_b
#undef UNCOMPRESS_PIX_START
-
diff --git a/common/quic_tmpl.c b/common/quic_tmpl.c
index d300fa97..6acd5042 100644
--- a/common/quic_tmpl.c
+++ b/common/quic_tmpl.c
@@ -633,4 +633,3 @@ static void FNAME(uncompress_row)(Encoder *encoder, Channel *channel,
#undef family
#undef BPC
#undef BPC_MASK
-
diff --git a/common/rect.h b/common/rect.h
index 360cb9d7..ef265cd9 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -120,4 +120,3 @@ static inline int rect_is_same_size(const SpiceRect& r1, const SpiceRect& r2)
#endif
#endif
-
diff --git a/common/region.c b/common/region.c
index 10a6e62e..35935eac 100644
--- a/common/region.c
+++ b/common/region.c
@@ -888,4 +888,3 @@ int main(void)
}
#endif
-
diff --git a/common/region.h b/common/region.h
index 16ec6eb7..954e06fa 100644
--- a/common/region.h
+++ b/common/region.h
@@ -68,4 +68,3 @@ void region_dump(const QRegion *rgn, const char *prefix);
#endif
#endif
-
diff --git a/common/ring.h b/common/ring.h
index 304bc9a5..cb70696a 100644
--- a/common/ring.h
+++ b/common/ring.h
@@ -170,4 +170,3 @@ static inline unsigned int ring_get_length(Ring *ring)
#endif
#endif
-
diff --git a/common/rop3.h b/common/rop3.h
index 3307649f..91c9207e 100644
--- a/common/rop3.h
+++ b/common/rop3.h
@@ -40,4 +40,3 @@ void rop3_init(void);
#endif
#endif
-