Remove trailing blank lines

Remove any blank lines at the end of all source files
This commit is contained in:
Daniel P. Berrange 2012-01-10 15:03:38 +00:00 committed by Marc-André Lureau
parent 457892cb9f
commit f83432a685
21 changed files with 0 additions and 21 deletions

View File

@ -74,4 +74,3 @@ EXTRA_DIST = \
quic_rgb_tmpl.c \
quic_tmpl.c \
$(NULL)

View File

@ -297,4 +297,3 @@ pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data,
canvas_data->out_surface = surface;
return surface;
}

View File

@ -1857,4 +1857,3 @@ void gdi_canvas_init(void) //unsafe global function
rop3_init();
}

View File

@ -1511,4 +1511,3 @@ void glc_destroy(GLCCtx glc, int textures_lost)
8. support more image formats
9. use GLCImage in mask ops?
*/

View File

@ -738,4 +738,3 @@ void lz_decode(LzContext *lz, LzImageType to_type, uint8_t *buf)
encoder->usr->error(encoder->usr, "bad decode size\n");
}
}

View File

@ -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

View File

@ -249,4 +249,3 @@ void oglctx_destroy(OGLCtx *ctx)
XCloseDisplay(ctx->x_display);
free(ctx);
}

View File

@ -36,4 +36,3 @@ void oglctx_destroy(OGLCtx *ctx);
#endif
#endif

View File

@ -1697,4 +1697,3 @@ void quic_init(void)
init_zeroLUT();
#endif
}

View File

@ -70,4 +70,3 @@ void quic_init(void);
#endif
#endif

View File

@ -46,4 +46,3 @@ extern "C" {
#endif
#endif

View File

@ -115,4 +115,3 @@ static s_bucket *FNAME(find_bucket)(Channel *channel, const unsigned int val)
#undef FNAME
#undef VNAME
#undef BPC

View File

@ -763,4 +763,3 @@ static void FNAME(uncompress_row)(Encoder *encoder,
#undef SET_b
#undef GET_b
#undef UNCOMPRESS_PIX_START

View File

@ -633,4 +633,3 @@ static void FNAME(uncompress_row)(Encoder *encoder, Channel *channel,
#undef family
#undef BPC
#undef BPC_MASK

View File

@ -120,4 +120,3 @@ static inline int rect_is_same_size(const SpiceRect& r1, const SpiceRect& r2)
#endif
#endif

View File

@ -888,4 +888,3 @@ int main(void)
}
#endif

View File

@ -68,4 +68,3 @@ void region_dump(const QRegion *rgn, const char *prefix);
#endif
#endif

View File

@ -170,4 +170,3 @@ static inline unsigned int ring_get_length(Ring *ring)
#endif
#endif

View File

@ -40,4 +40,3 @@ void rop3_init(void);
#endif
#endif

View File

@ -3,4 +3,3 @@ NULL =
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
EXTRA_DIST = $(PYTHON_MODULES)

View File

@ -159,4 +159,3 @@ def parse(filename):
t.register()
protocol = types[-1]
return protocol