From: Richard Kenner Date: Sun, 17 Dec 2000 17:22:41 +0000 (-0500) Subject: Whitespace change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5005666bd769ddce1dc28377edfa09cb574817d1;p=gcc.git Whitespace change From-SVN: r38334 --- diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index d909ab74d74..0f057efd4a0 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -693,14 +693,15 @@ place_field (rli, field) user_align = DECL_USER_ALIGN (field); } -#ifdef BIGGEST_FIELD_ALIGNMENT /* Some targets (i.e. i386, VMS) limit struct field alignment to a lower boundary than alignment of variables unless it was overridden by attribute aligned. */ +#ifdef BIGGEST_FIELD_ALIGNMENT if (! user_align) - desired_align = - MIN (desired_align, (unsigned) BIGGEST_FIELD_ALIGNMENT); + desired_align + = MIN (desired_align, (unsigned) BIGGEST_FIELD_ALIGNMENT); #endif + #ifdef ADJUST_FIELD_ALIGN desired_align = ADJUST_FIELD_ALIGN (field, desired_align); #endif