projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9ecd2
)
Delete space between function name and '('.
author
handa
<handa>
Fri, 16 Sep 2005 12:28:02 +0000
(12:28 +0000)
committer
handa
<handa>
Fri, 16 Sep 2005 12:28:02 +0000
(12:28 +0000)
CASE-MAPPING.awk
patch
|
blob
|
history
diff --git
a/CASE-MAPPING.awk
b/CASE-MAPPING.awk
index
526a4ef
..
65e25aa
100644
(file)
--- a/
CASE-MAPPING.awk
+++ b/
CASE-MAPPING.awk
@@
-41,9
+41,9
@@
function mtext (str) {
/^[^\#]/ {
if (FILENAME == "UNIDATA/SpecialCasing.txt" && NF == 5) {
printf ("0x%s ( ", $1);
- mtext ($2);
- mtext ($3);
- mtext ($4);
+ mtext($2);
+ mtext($3);
+ mtext($4);
printf (")\n");
X[$1] = 1;
}