mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-16 14:56:18 +00:00
Remove trailing blank lines
Remove any blank lines at the end of all source files
This commit is contained in:
parent
457892cb9f
commit
f83432a685
@ -74,4 +74,3 @@ EXTRA_DIST = \
|
||||
quic_rgb_tmpl.c \
|
||||
quic_tmpl.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -297,4 +297,3 @@ pixman_image_t *alloc_lz_image_surface(LzDecodeUsrData *canvas_data,
|
||||
canvas_data->out_surface = surface;
|
||||
return surface;
|
||||
}
|
||||
|
||||
|
||||
@ -1857,4 +1857,3 @@ void gdi_canvas_init(void) //unsafe global function
|
||||
|
||||
rop3_init();
|
||||
}
|
||||
|
||||
|
||||
@ -1511,4 +1511,3 @@ void glc_destroy(GLCCtx glc, int textures_lost)
|
||||
8. support more image formats
|
||||
9. use GLCImage in mask ops?
|
||||
*/
|
||||
|
||||
|
||||
@ -738,4 +738,3 @@ void lz_decode(LzContext *lz, LzImageType to_type, uint8_t *buf)
|
||||
encoder->usr->error(encoder->usr, "bad decode size\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -249,4 +249,3 @@ void oglctx_destroy(OGLCtx *ctx)
|
||||
XCloseDisplay(ctx->x_display);
|
||||
free(ctx);
|
||||
}
|
||||
|
||||
|
||||
@ -36,4 +36,3 @@ void oglctx_destroy(OGLCtx *ctx);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -1697,4 +1697,3 @@ void quic_init(void)
|
||||
init_zeroLUT();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@ -70,4 +70,3 @@ void quic_init(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -46,4 +46,3 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -115,4 +115,3 @@ static s_bucket *FNAME(find_bucket)(Channel *channel, const unsigned int val)
|
||||
#undef FNAME
|
||||
#undef VNAME
|
||||
#undef BPC
|
||||
|
||||
|
||||
@ -763,4 +763,3 @@ static void FNAME(uncompress_row)(Encoder *encoder,
|
||||
#undef SET_b
|
||||
#undef GET_b
|
||||
#undef UNCOMPRESS_PIX_START
|
||||
|
||||
|
||||
@ -633,4 +633,3 @@ static void FNAME(uncompress_row)(Encoder *encoder, Channel *channel,
|
||||
#undef family
|
||||
#undef BPC
|
||||
#undef BPC_MASK
|
||||
|
||||
|
||||
@ -120,4 +120,3 @@ static inline int rect_is_same_size(const SpiceRect& r1, const SpiceRect& r2)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -888,4 +888,3 @@ int main(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -68,4 +68,3 @@ void region_dump(const QRegion *rgn, const char *prefix);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -170,4 +170,3 @@ static inline unsigned int ring_get_length(Ring *ring)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -40,4 +40,3 @@ void rop3_init(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ NULL =
|
||||
PYTHON_MODULES = __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py
|
||||
|
||||
EXTRA_DIST = $(PYTHON_MODULES)
|
||||
|
||||
|
||||
@ -159,4 +159,3 @@ def parse(filename):
|
||||
t.register()
|
||||
protocol = types[-1]
|
||||
return protocol
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user