From 39b5f385b850382fd8ea6e373ad20d3d32df754b Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Tue, 26 Sep 2006 21:24:55 +0000 Subject: [PATCH] formatting --- src/libs/libgroff/glyphuni.cpp | 3 ++- src/libs/libgroff/make-uniuni | 5 +++-- src/libs/libgroff/uniglyph.cpp | 3 ++- src/libs/libgroff/uniuni.cpp | 3 ++- 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 # @@ -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++) { -- 2.11.4.GIT