aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-04-14 04:42:21 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-04-14 04:42:21 +0000
commite6311b9e257f778ddeb64e493eee5471cf7bf309 (patch)
tree8c65989cd38139c4ed5b726f42075435dd840a1b /gcc/java/gjavah.c
parent7f685e177ee99a15953f2ffa4292823c8a9b88da (diff)
downloadgcc-e6311b9e257f778ddeb64e493eee5471cf7bf309.zip
gcc-e6311b9e257f778ddeb64e493eee5471cf7bf309.tar.gz
gcc-e6311b9e257f778ddeb64e493eee5471cf7bf309.tar.bz2
* gjavah.c (print_c_decl): Indentation fix.
From-SVN: r65562
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 51cfe7c..24c3933 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -1402,12 +1402,12 @@ print_c_decl (FILE* stream, JCF* jcf, int name_index, int signature_index,
because the "new" C++ ABI changed the alignemnt of non-POD
classes. gcj, however, still uses the "old" alignment. */
if (is_first_data_member && ! (flags & ACC_STATIC) && ! is_method)
- {
- is_first_data_member = 0;
- print_cxx_classname (out, " __attribute__((aligned(__alignof__( ",
- jcf, jcf->super_class, 1);
- fputs (" )))) ", stream);
- }
+ {
+ is_first_data_member = 0;
+ print_cxx_classname (out, " __attribute__((aligned(__alignof__( ",
+ jcf, jcf->super_class, 1);
+ fputs (" )))) ", stream);
+ }
/* Now print the name of the thing. */
if (need_space)