From 589404c4a8e4cc462931d390badf397dae93a433 Mon Sep 17 00:00:00 2001 From: behdad Date: Tue, 7 Jun 2005 08:42:15 +0000 Subject: [PATCH] Extra space removed! --- gen.tab/gen-bidi-type-tab.c | 8 ++++---- gen.tab/gen-joining-type-tab.c | 8 ++++---- gen.tab/gen-mirroring-tab.c | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gen.tab/gen-bidi-type-tab.c b/gen.tab/gen-bidi-type-tab.c index 3a65f0a..e300115 100644 --- a/gen.tab/gen-bidi-type-tab.c +++ b/gen.tab/gen-bidi-type-tab.c @@ -1,10 +1,10 @@ /* FriBidi * gen-bidi-type-tab.c - generate bidi-type.tab.i * - * $Id: gen-bidi-type-tab.c,v 1.14 2004-08-27 21:55:59 behdad Exp $ + * $Id: gen-bidi-type-tab.c,v 1.15 2005-06-07 08:42:15 behdad Exp $ * $Author: behdad $ - * $Date: 2004-08-27 21:55:59 $ - * $Revision: 1.14 $ + * $Date: 2005-06-07 08:42:15 $ + * $Revision: 1.15 $ * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-bidi-type-tab.c,v $ * * Author: @@ -313,7 +313,7 @@ gen_bidi_type_tab ( ) { fprintf (stderr, - "Generating `" outputname "' , it may take up to a few minutes\n"); + "Generating `" outputname "', it may take up to a few minutes\n"); printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " " FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version " FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type); diff --git a/gen.tab/gen-joining-type-tab.c b/gen.tab/gen-joining-type-tab.c index 80333cc..5822669 100644 --- a/gen.tab/gen-joining-type-tab.c +++ b/gen.tab/gen-joining-type-tab.c @@ -1,10 +1,10 @@ /* FriBidi * gen-joining-type-tab.c - generate joining-type.tab.i * - * $Id: gen-joining-type-tab.c,v 1.3 2004-08-27 21:55:59 behdad Exp $ + * $Id: gen-joining-type-tab.c,v 1.4 2005-06-07 08:42:15 behdad Exp $ * $Author: behdad $ - * $Date: 2004-08-27 21:55:59 $ - * $Revision: 1.3 $ + * $Date: 2005-06-07 08:42:15 $ + * $Revision: 1.4 $ * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-joining-type-tab.c,v $ * * Author: @@ -306,7 +306,7 @@ gen_joining_type_tab ( ) { fprintf (stderr, - "Generating `" outputname "' , it may take up to a few minutes\n"); + "Generating `" outputname "', it may take up to a few minutes\n"); printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " " FRIBIDI_VERSION ")\n" " * from the files %s, %s of Unicode version " FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type[0], diff --git a/gen.tab/gen-mirroring-tab.c b/gen.tab/gen-mirroring-tab.c index f71b361..b21dda9 100644 --- a/gen.tab/gen-mirroring-tab.c +++ b/gen.tab/gen-mirroring-tab.c @@ -1,10 +1,10 @@ /* FriBidi * gen-mirroring-tab.c - generate mirroring.tab.i * - * $Id: gen-mirroring-tab.c,v 1.11 2004-08-27 21:55:59 behdad Exp $ + * $Id: gen-mirroring-tab.c,v 1.12 2005-06-07 08:42:15 behdad Exp $ * $Author: behdad $ - * $Date: 2004-08-27 21:55:59 $ - * $Revision: 1.11 $ + * $Date: 2005-06-07 08:42:15 $ + * $Revision: 1.12 $ * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-mirroring-tab.c,v $ * * Author: @@ -193,7 +193,7 @@ gen_mirroring_tab ( const char *key_type; fprintf (stderr, - "Generating `" outputname "' , it may take up to a few minutes\n"); + "Generating `" outputname "', it may take up to a few minutes\n"); printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " " FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version " FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type); -- 2.40.0