]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/lynx-core.c
BFD whitespace fixes
[thirdparty/binutils-gdb.git] / bfd / lynx-core.c
index 1e6430f959a2099e4009f9863a95d2043a72fae7..4f21b5e6beefc205426f06cbece44e42213a29d1 100644 (file)
@@ -162,11 +162,11 @@ lynx_core_file_p (bfd *abfd)
                               pagesize + tcontext_size + pss.ssize
 #if defined (SPARC) || defined (__SPARC__)
                               /* SPARC Lynx seems to start dumping
-                                  the .data section at a page
-                                  boundary.  It's OK to check a
-                                  #define like SPARC here because this
-                                  file can only be compiled on a Lynx
-                                  host.  */
+                                 the .data section at a page
+                                 boundary.  It's OK to check a
+                                 #define like SPARC here because this
+                                 file can only be compiled on a Lynx
+                                 host.  */
                               + pss.data_start % pagesize
 #endif
                               );