mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Remove spaces before EOL
This commit is contained in:
parent
45441a6da7
commit
31cc0ae78a
@ -356,3 +356,4 @@ int dpident(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -254,3 +254,4 @@ int australia_post(struct zint_symbol *symbol, unsigned char source[], int lengt
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1691,3 +1691,4 @@ int aztec_runes(struct zint_symbol *symbol, unsigned char source[], int length)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -143,3 +143,4 @@ static const char AztecOffset[32] = {
|
||||
static const char AztecCompactOffset[4] = {
|
||||
6, 4, 2, 0
|
||||
};
|
||||
|
||||
|
@ -145,3 +145,4 @@ int bmp_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
|
||||
free(bitmap);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -74,3 +74,4 @@ extern "C" {
|
||||
|
||||
#endif /* BMP_H */
|
||||
|
||||
|
||||
|
@ -1005,3 +1005,4 @@ int codablock(struct zint_symbol *symbol,const unsigned char source[], const siz
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -590,3 +590,4 @@ int channel_code(struct zint_symbol *symbol, unsigned char source[], int length)
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1770,3 +1770,4 @@ int code_one(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1087,3 +1087,4 @@ int ean_14(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -343,3 +343,4 @@ int code_49(struct zint_symbol *symbol, unsigned char source[], const int length
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -319,3 +319,4 @@ void set_minimum_height(struct zint_symbol *symbol, const int min_height) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1874,3 +1874,4 @@ int composite(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1316,3 +1316,4 @@ int dmatrix(struct zint_symbol *symbol, const unsigned char source[], const size
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -235,3 +235,4 @@ static const unsigned short int matrixrsblock[] = {
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1466,3 +1466,4 @@ int dotcode(struct zint_symbol *symbol, const unsigned char source[], int length
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -305,3 +305,4 @@ int get_best_eci(unsigned char source[], size_t length) {
|
||||
return 26; // If all of these fail, use Unicode!
|
||||
}
|
||||
|
||||
|
||||
|
@ -250,3 +250,4 @@ static const unsigned short int windows_1256[] = {
|
||||
|
||||
#endif /* ECI_H */
|
||||
|
||||
|
||||
|
@ -1223,3 +1223,4 @@ int emf_plot(struct zint_symbol *symbol) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -214,3 +214,4 @@ extern "C" {
|
||||
|
||||
#endif /* EMF_H */
|
||||
|
||||
|
||||
|
@ -7476,3 +7476,4 @@ static const unsigned short int gb2312_lookup[] = {
|
||||
0xFFE3, 0xA3FE,
|
||||
0xFFE5, 0xA3A4
|
||||
};
|
||||
|
||||
|
@ -1208,3 +1208,4 @@ int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], size_t
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -182,3 +182,4 @@ static const unsigned short int gm_macro_matrix[] = {
|
||||
703, 600, 599, 598, 597, 596, 595, 594, 593, 592, 591, 590, 589, 588, 587, 586, 585, 584, 583, 582, 581, 580, 579, 578, 577, 576, 675,
|
||||
702, 701, 700, 699, 698, 697, 696, 695, 694, 693, 692, 691, 690, 689, 688, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676,
|
||||
};
|
||||
|
||||
|
@ -356,3 +356,4 @@ int ugs1_verify(struct zint_symbol *symbol, const unsigned char source[], const
|
||||
strcpy(symbol->errtxt, "261: ugs1_verify overflow");
|
||||
return ZINT_ERROR_INVALID_DATA;
|
||||
}
|
||||
|
||||
|
@ -1571,3 +1571,4 @@ int han_xin(struct zint_symbol *symbol, const unsigned char source[], size_t len
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -603,3 +603,4 @@ int imail(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
symbol->width = read - 1;
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -189,3 +189,4 @@ void binary_load(short int reg[], char data[], const size_t src_len) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -48,3 +48,4 @@ extern short int islarger(short int accum[], short int reg[]);
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __LARGE_H */
|
||||
|
||||
|
@ -1391,3 +1391,4 @@ int ZBarcode_Render(struct zint_symbol *symbol, const float width, const float h
|
||||
int ZBarcode_Version() {
|
||||
return (ZINT_VERSION_MAJOR * 10000) + (ZINT_VERSION_MINOR * 100) + ZINT_VERSION_RELEASE;
|
||||
}
|
||||
|
||||
|
@ -734,3 +734,4 @@ int maxicode(struct zint_symbol *symbol, unsigned char local_source[], const int
|
||||
return internal_error;
|
||||
}
|
||||
|
||||
|
||||
|
@ -306,3 +306,4 @@ int code32(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -232,3 +232,4 @@ typedef uint64_t uintmax_t;
|
||||
|
||||
|
||||
#endif // _MSC_STDINT_H_ ]
|
||||
|
||||
|
@ -170,3 +170,4 @@ int pcx_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -74,3 +74,4 @@ extern "C" {
|
||||
|
||||
#endif /* PCX_H */
|
||||
|
||||
|
||||
|
@ -1289,3 +1289,4 @@ int micro_pdf417(struct zint_symbol *symbol, unsigned char chaine[], const size_
|
||||
return codeerr;
|
||||
}
|
||||
|
||||
|
||||
|
@ -491,3 +491,4 @@ int msi_handle(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -190,3 +190,4 @@ int png_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
|
||||
}
|
||||
#endif /* NO_PNG */
|
||||
|
||||
|
||||
|
@ -619,3 +619,4 @@ int japan_post(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -974,3 +974,4 @@ int ps_plot(struct zint_symbol *symbol) {
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
||||
|
@ -2981,3 +2981,4 @@ int upnqr(struct zint_symbol *symbol, const unsigned char source[], size_t lengt
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1143,3 +1143,4 @@ int plot_raster(struct zint_symbol *symbol, int rotate_angle, int file_type) {
|
||||
return error;
|
||||
}
|
||||
|
||||
|
||||
|
@ -162,3 +162,4 @@ void rs_free(void) {
|
||||
free(rspoly);
|
||||
rspoly = NULL;
|
||||
}
|
||||
|
||||
|
@ -48,3 +48,4 @@ extern void rs_encode_long(const int len,const unsigned int *data, unsigned int
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __REEDSOL_H */
|
||||
|
||||
|
@ -848,3 +848,4 @@ void render_free(struct zint_symbol *symbol) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -2313,3 +2313,4 @@ int rssexpanded(struct zint_symbol *symbol, unsigned char source[], int src_len)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -296,3 +296,4 @@ static const char weight_rows[210] = {
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 0, 0,
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 13, 14, 11, 12, 17, 18, 15, 16, 21, 22, 19, 20
|
||||
};
|
||||
|
||||
|
@ -51,3 +51,4 @@ typedef INT32 int32_t;
|
||||
|
||||
#endif /* STDINT_MSVC_H */
|
||||
|
||||
|
||||
|
@ -677,3 +677,4 @@ int svg_plot(struct zint_symbol *symbol) {
|
||||
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -165,3 +165,4 @@ int telepen_num(struct zint_symbol *symbol, unsigned char source[], const size_t
|
||||
ustrcpy(symbol->text, temp);
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -85,3 +85,4 @@ extern "C" {
|
||||
|
||||
#endif /* TIF_H */
|
||||
|
||||
|
||||
|
@ -934,3 +934,4 @@ int eanx(struct zint_symbol *symbol, unsigned char source[], int src_len) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -282,3 +282,4 @@ extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* ZINT_H */
|
||||
|
||||
|
@ -690,3 +690,4 @@ namespace Zint {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -126,3 +126,4 @@ private:
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -852,3 +852,4 @@ static int Encode(Tcl_Interp *interp, int objc,
|
||||
return TCL_OK;
|
||||
}
|
||||
|
||||
|
||||
|
@ -766,3 +766,4 @@ int main(int argc, char **argv) {
|
||||
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
@ -42,3 +42,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -176,3 +176,4 @@ void ExportWindow::process()
|
||||
inputpos += datalen + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,3 +26,4 @@ int main(int argc, char *argv[])
|
||||
w.show();
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
|
@ -1024,3 +1024,4 @@ void MainWindow::update_preview()
|
||||
scene->setSceneRect(0, 0, width - 10, height - 10);
|
||||
scene->update();
|
||||
}
|
||||
|
||||
|
@ -151,3 +151,4 @@ private:
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -201,3 +201,4 @@ void SequenceWindow::generate_sequence()
|
||||
dlg.output_data = txtPreview->toPlainText();
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user