Remove spaces before EOL

This commit is contained in:
Boris Zentner 2017-10-23 21:37:52 +02:00 committed by Robin Stuart
parent 45441a6da7
commit 31cc0ae78a
70 changed files with 906 additions and 844 deletions

View File

@ -356,3 +356,4 @@ int dpident(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -254,3 +254,4 @@ int australia_post(struct zint_symbol *symbol, unsigned char source[], int lengt
}

View File

@ -1691,3 +1691,4 @@ int aztec_runes(struct zint_symbol *symbol, unsigned char source[], int length)
return 0;
}

View File

@ -143,3 +143,4 @@ static const char AztecOffset[32] = {
static const char AztecCompactOffset[4] = {
6, 4, 2, 0
};

View File

@ -145,3 +145,4 @@ int bmp_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
free(bitmap);
return 0;
}

View File

@ -74,3 +74,4 @@ extern "C" {
#endif /* BMP_H */

View File

@ -1005,3 +1005,4 @@ int codablock(struct zint_symbol *symbol,const unsigned char source[], const siz
return 0;
}

View File

@ -590,3 +590,4 @@ int channel_code(struct zint_symbol *symbol, unsigned char source[], int length)
return error_number;
}

View File

@ -1770,3 +1770,4 @@ int code_one(struct zint_symbol *symbol, unsigned char source[], int length) {
return 0;
}

View File

@ -1087,3 +1087,4 @@ int ean_14(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -343,3 +343,4 @@ int code_49(struct zint_symbol *symbol, unsigned char source[], const int length
return 0;
}

View File

@ -319,3 +319,4 @@ void set_minimum_height(struct zint_symbol *symbol, const int min_height) {
}
}
}

View File

@ -1874,3 +1874,4 @@ int composite(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -1316,3 +1316,4 @@ int dmatrix(struct zint_symbol *symbol, const unsigned char source[], const size
return error_number;
}

View File

@ -235,3 +235,4 @@ static const unsigned short int matrixrsblock[] = {
#endif

View File

@ -1466,3 +1466,4 @@ int dotcode(struct zint_symbol *symbol, const unsigned char source[], int length
return 0;
}

View File

@ -305,3 +305,4 @@ int get_best_eci(unsigned char source[], size_t length) {
return 26; // If all of these fail, use Unicode!
}

View File

@ -250,3 +250,4 @@ static const unsigned short int windows_1256[] = {
#endif /* ECI_H */

View File

@ -1223,3 +1223,4 @@ int emf_plot(struct zint_symbol *symbol) {
return error_number;
}

View File

@ -214,3 +214,4 @@ extern "C" {
#endif /* EMF_H */

View File

@ -7476,3 +7476,4 @@ static const unsigned short int gb2312_lookup[] = {
0xFFE3, 0xA3FE,
0xFFE5, 0xA3A4
};

View File

@ -1208,3 +1208,4 @@ int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], size_t
return 0;
}

View File

@ -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,
};

View File

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

View File

@ -1571,3 +1571,4 @@ int han_xin(struct zint_symbol *symbol, const unsigned char source[], size_t len
return 0;
}

View File

@ -603,3 +603,4 @@ int imail(struct zint_symbol *symbol, unsigned char source[], int length) {
symbol->width = read - 1;
return error_number;
}

View File

@ -189,3 +189,4 @@ void binary_load(short int reg[], char data[], const size_t src_len) {
}
}

View File

@ -48,3 +48,4 @@ extern short int islarger(short int accum[], short int reg[]);
#endif /* __cplusplus */
#endif /* __LARGE_H */

View File

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

View File

@ -734,3 +734,4 @@ int maxicode(struct zint_symbol *symbol, unsigned char local_source[], const int
return internal_error;
}

View File

@ -306,3 +306,4 @@ int code32(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -232,3 +232,4 @@ typedef uint64_t uintmax_t;
#endif // _MSC_STDINT_H_ ]

View File

@ -170,3 +170,4 @@ int pcx_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
return 0;
}

View File

@ -74,3 +74,4 @@ extern "C" {
#endif /* PCX_H */

View File

@ -1289,3 +1289,4 @@ int micro_pdf417(struct zint_symbol *symbol, unsigned char chaine[], const size_
return codeerr;
}

View File

@ -491,3 +491,4 @@ int msi_handle(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -190,3 +190,4 @@ int png_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
}
#endif /* NO_PNG */

View File

@ -619,3 +619,4 @@ int japan_post(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number;
}

View File

@ -974,3 +974,4 @@ int ps_plot(struct zint_symbol *symbol) {
return error_number;
}

View File

@ -2981,3 +2981,4 @@ int upnqr(struct zint_symbol *symbol, const unsigned char source[], size_t lengt
return 0;
}

View File

@ -1143,3 +1143,4 @@ int plot_raster(struct zint_symbol *symbol, int rotate_angle, int file_type) {
return error;
}

View File

@ -162,3 +162,4 @@ void rs_free(void) {
free(rspoly);
rspoly = NULL;
}

View File

@ -48,3 +48,4 @@ extern void rs_encode_long(const int len,const unsigned int *data, unsigned int
#endif /* __cplusplus */
#endif /* __REEDSOL_H */

View File

@ -848,3 +848,4 @@ void render_free(struct zint_symbol *symbol) {
}
}

View File

@ -2313,3 +2313,4 @@ int rssexpanded(struct zint_symbol *symbol, unsigned char source[], int src_len)
return 0;
}

View File

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

View File

@ -51,3 +51,4 @@ typedef INT32 int32_t;
#endif /* STDINT_MSVC_H */

View File

@ -677,3 +677,4 @@ int svg_plot(struct zint_symbol *symbol) {
return error_number;
}

View File

@ -165,3 +165,4 @@ int telepen_num(struct zint_symbol *symbol, unsigned char source[], const size_t
ustrcpy(symbol->text, temp);
return error_number;
}

View File

@ -85,3 +85,4 @@ extern "C" {
#endif /* TIF_H */

View File

@ -934,3 +934,4 @@ int eanx(struct zint_symbol *symbol, unsigned char source[], int src_len) {
return 0;
}

View File

@ -282,3 +282,4 @@ extern "C" {
#endif /* __cplusplus */
#endif /* ZINT_H */

View File

@ -690,3 +690,4 @@ namespace Zint {
}
}

View File

@ -126,3 +126,4 @@ private:
};
}
#endif

View File

@ -852,3 +852,4 @@ static int Encode(Tcl_Interp *interp, int objc,
return TCL_OK;
}

View File

@ -766,3 +766,4 @@ int main(int argc, char **argv) {
return error_number;
}

View File

@ -42,3 +42,4 @@ public:
};
#endif

View File

@ -176,3 +176,4 @@ void ExportWindow::process()
inputpos += datalen + 1;
}
}

View File

@ -26,3 +26,4 @@ int main(int argc, char *argv[])
w.show();
return app.exec();
}

View File

@ -1024,3 +1024,4 @@ void MainWindow::update_preview()
scene->setSceneRect(0, 0, width - 10, height - 10);
scene->update();
}

View File

@ -151,3 +151,4 @@ private:
#endif

View File

@ -201,3 +201,4 @@ void SequenceWindow::generate_sequence()
dlg.output_data = txtPreview->toPlainText();
dlg.exec();
}