Fix formatting
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 11 Dec 2009 08:52:17 +0000 (08:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 11 Dec 2009 08:52:17 +0000 (08:52 +0000)
From-SVN: r155150

gcc/ada/s-linux-sparc.ads

index 0cfda652d57055c98ccd3a6a49a0e07e34f41ed7..206eb86a07203a723740a62fea428a85be37b0a9 100644 (file)
@@ -109,12 +109,11 @@ package System.Linux is
    SA_SIGINFO  : constant := 16#200#;
    SA_ONSTACK  : constant := 16#001#;
 
-   --  24 bytes for 32-bit and 40 bytes for 64-bit, aligned like 'long'
-
    type pthread_mutex_t is record
       L1, L2, L3, L4 : Interfaces.C.long;
       I1, I2 : Interfaces.C.int;
    end record;
    pragma Convention (C, pthread_mutex_t);
+   --  24 bytes for 32-bit and 40 bytes for 64-bit, aligned like 'long'
 
 end System.Linux;