[Ada] Minor reformattings
[gcc.git] / gcc / ada / aspects.adb
index d582abf7ff54aa2fe9f892736059b533fcf57634..3b8b7c4ec99c229108469807e6df11b18a1e6c97 100644 (file)
@@ -226,8 +226,8 @@ package body Aspects is
          end if;
 
          if Is_Private_Type (Owner)
-            and then Present (Full_View (Owner))
-            and then not Operational_Aspect (A)
+           and then Present (Full_View (Owner))
+           and then not Operational_Aspect (A)
          then
             Owner := Full_View (Owner);
          end if;