public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: fhandler_base::lseek: fix formatting
@ 2023-08-09 16:09 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-08-09 16:09 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=adc7eafa76e719d01823b6c929e468c14075ec95

commit adc7eafa76e719d01823b6c929e468c14075ec95
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Wed Aug 9 18:08:16 2023 +0200
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Aug 9 18:08:45 2023 +0200

    Cygwin: fhandler_base::lseek: fix formatting
    
    Fixes: edfa581d3c5a ("Cygwin: lseek: implement SEEK_DATA and SEEK_HOLE for files")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler/base.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/fhandler/base.cc b/winsup/cygwin/fhandler/base.cc
index d8351d7a642e..3d348b5159a4 100644
--- a/winsup/cygwin/fhandler/base.cc
+++ b/winsup/cygwin/fhandler/base.cc
@@ -1195,7 +1195,7 @@ fhandler_base::lseek (off_t offset, int whence)
 	       SEEK_HOLE: seek to offset */
 	    fpi.CurrentByteOffset.QuadPart = (whence == SEEK_DATA)
 					     ? out.FileOffset.QuadPart
-						 : offset;
+					     : offset;
 	  }
       }
       break;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-09 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-09 16:09 [newlib-cygwin/main] Cygwin: fhandler_base::lseek: fix formatting Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).