changeset 17802:2f12053a4eec

gen-uni-tables: untabify * lib/gen-uni-tables.c: Untabify.
author Daiki Ueno <ueno@gnu.org>
date Thu, 13 Nov 2014 16:54:53 +0900
parents e0d0967413d8
children fed7d872c35c
files ChangeLog lib/gen-uni-tables.c
diffstat 2 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-13  Daiki Ueno  <ueno@gnu.org>
+
+	gen-uni-tables: untabify
+	* lib/gen-uni-tables.c: Untabify.
+
 2014-11-13  Daiki Ueno  <ueno@gnu.org>
 
 	gen-uni-tables: check out-of-range values added to 3-level tables
--- a/lib/gen-uni-tables.c
+++ b/lib/gen-uni-tables.c
@@ -8180,7 +8180,7 @@
             decomposition++;
         }
       /* Make sure that *DECOMPOSITION is not NULL-terminated.
-	 Otherwise MAX_DECOMP_LENGTH is too small.  */
+         Otherwise MAX_DECOMP_LENGTH is too small.  */
       assert (*decomposition == '\0');
 
       *lengthp = length;
@@ -8228,7 +8228,7 @@
           decomp_table_add (&t, ch, ((type == UC_DECOMP_CANONICAL ? 0 : 1) << 15) | offset);
 
           /* Produce length 3-bytes entries.  */
-	  /* We would need a special representation of zero-length entries.  */
+          /* We would need a special representation of zero-length entries.  */
           assert (length != 0);
           for (i = 0; i < length; i++)
             {
@@ -9719,8 +9719,8 @@
  * For Emacs M-x compile
  * Local Variables:
  * compile-command: "\
- *   gcc -O -Wall gen-uni-tables.c -Iunictype -o gen-uni-tables &&	\\
- *   ./gen-uni-tables							\\
+ *   gcc -O -Wall gen-uni-tables.c -Iunictype -o gen-uni-tables &&      \\
+ *   ./gen-uni-tables                                                   \\
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/UnicodeData.txt \\
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/PropList.txt \\
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/DerivedCoreProperties.txt \\
@@ -9735,8 +9735,8 @@
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/CompositionExclusions.txt \\
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/SpecialCasing.txt \\
  *        /gfs/petix/Volumes/ExtData/www-archive/software/i18n/unicode/ftp.unicode.org/ArchiveVersions/6.0.0/ucd/CaseFolding.txt \\
- *        6.0.0								\\
- *   && diff unilbrk/lbrkprop_org.txt unilbrk/lbrkprop.txt		\\
+ *        6.0.0                                                         \\
+ *   && diff unilbrk/lbrkprop_org.txt unilbrk/lbrkprop.txt              \\
  *   && diff uniwbrk/wbrkprop_org.txt uniwbrk/wbrkprop.txt"
  * End:
  */