summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2006-09-26 21:24:55 +0000
committerwl <wl>2006-09-26 21:24:55 +0000
commite331b308a291a376817428e67792b422f980bd60 (patch)
treeca24be6907ce0c9859353e6bc9308ef19937edc0
parentd43cfa2cabc5a30b0ac4dfdff50313974a8d79f7 (diff)
downloadgroff-e331b308a291a376817428e67792b422f980bd60.tar.gz
formatting
-rw-r--r--src/libs/libgroff/glyphuni.cpp3
-rwxr-xr-xsrc/libs/libgroff/make-uniuni5
-rw-r--r--src/libs/libgroff/uniglyph.cpp3
-rw-r--r--src/libs/libgroff/uniuni.cpp3
4 files changed, 9 insertions, 5 deletions
diff --git a/src/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index 1f65be61..90e645f1 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -512,7 +512,8 @@ static struct glyph_to_unicode_init {
glyph_to_unicode_init();
} _glyph_to_unicode_init;
-glyph_to_unicode_init::glyph_to_unicode_init() {
+glyph_to_unicode_init::glyph_to_unicode_init()
+{
for (unsigned int i = 0;
i < sizeof(glyph_to_unicode_list)/sizeof(glyph_to_unicode_list[0]);
i++) {
diff --git a/src/libs/libgroff/make-uniuni b/src/libs/libgroff/make-uniuni
index 6bfb2815..a8ad09e8 100755
--- a/src/libs/libgroff/make-uniuni
+++ b/src/libs/libgroff/make-uniuni
@@ -2,7 +2,7 @@
#
# make-uniuni -- script for creating the file uniuni.cpp
#
-# Copyright (C) 2005
+# Copyright (C) 2005, 2006
# Free Software Foundation, Inc.
# Written by Werner Lemberg <wl@gnu.org>
#
@@ -141,7 +141,8 @@ static struct unicode_decompose_init {
unicode_decompose_init();
} _unicode_decompose_init;
-unicode_decompose_init::unicode_decompose_init() {
+unicode_decompose_init::unicode_decompose_init()
+{
for (unsigned int i = 0;
i < sizeof(unicode_decompose_list)/sizeof(unicode_decompose_list[0]);
i++) {
diff --git a/src/libs/libgroff/uniglyph.cpp b/src/libs/libgroff/uniglyph.cpp
index 94bbda2a..3b2c488e 100644
--- a/src/libs/libgroff/uniglyph.cpp
+++ b/src/libs/libgroff/uniglyph.cpp
@@ -486,7 +486,8 @@ static struct unicode_to_glyph_init {
unicode_to_glyph_init();
} _unicode_to_glyph_init;
-unicode_to_glyph_init::unicode_to_glyph_init() {
+unicode_to_glyph_init::unicode_to_glyph_init()
+{
for (unsigned int i = 0;
i < sizeof(unicode_to_glyph_list)/sizeof(unicode_to_glyph_list[0]);
i++) {
diff --git a/src/libs/libgroff/uniuni.cpp b/src/libs/libgroff/uniuni.cpp
index 38d6f79d..38116bc5 100644
--- a/src/libs/libgroff/uniuni.cpp
+++ b/src/libs/libgroff/uniuni.cpp
@@ -2084,7 +2084,8 @@ static struct unicode_decompose_init {
unicode_decompose_init();
} _unicode_decompose_init;
-unicode_decompose_init::unicode_decompose_init() {
+unicode_decompose_init::unicode_decompose_init()
+{
for (unsigned int i = 0;
i < sizeof(unicode_decompose_list)/sizeof(unicode_decompose_list[0]);
i++) {