diff dvd_input.c @ 27:98951f8ec89c src

cosmetics: Sync indentation and similar changes from libdvdread 0.9.5.
author diego
date Thu, 25 Sep 2008 09:17:42 +0000
parents 0d82d0f30c98
children 80045db7439a
line wrap: on
line diff
--- a/dvd_input.c	Tue Sep 23 09:14:45 2008 +0000
+++ b/dvd_input.c	Thu Sep 25 09:17:42 2008 +0000
@@ -198,7 +198,7 @@
 
   pos = lseek(dev->fd, (off_t)blocks * (off_t)DVD_VIDEO_LB_LEN, SEEK_SET);
   if(pos < 0) {
-      return pos;
+    return pos;
   }
   /* assert pos % DVD_VIDEO_LB_LEN == 0 */
   return (int) (pos / DVD_VIDEO_LB_LEN);