[libbluray-devel] Cosmetics

hpi1 git at videolan.org
Thu May 7 11:50:37 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Apr 30 16:17:51 2015 +0300| [8d8a3698eea95f821e73d42df3716ddf0c875551] | committer: hpi1

Cosmetics

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=8d8a3698eea95f821e73d42df3716ddf0c875551
---

 src/file/filesystem.h |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/file/filesystem.h b/src/file/filesystem.h
index dd30ba6..8ec6f85 100644
--- a/src/file/filesystem.h
+++ b/src/file/filesystem.h
@@ -35,12 +35,12 @@ typedef struct bd_file_s BD_FILE_H;
 struct bd_file_s
 {
     void* internal;
-    void (*close)(BD_FILE_H *file);
-    int64_t (*seek)(BD_FILE_H *file, int64_t offset, int32_t origin);
-    int64_t (*tell)(BD_FILE_H *file);
-    int (*eof)(BD_FILE_H *file);
-    int64_t (*read)(BD_FILE_H *file, uint8_t *buf, int64_t size);
-    int64_t (*write)(BD_FILE_H *file, const uint8_t *buf, int64_t size);
+    void    (*close) (BD_FILE_H *file);
+    int64_t (*seek)  (BD_FILE_H *file, int64_t offset, int32_t origin);
+    int64_t (*tell)  (BD_FILE_H *file);
+    int     (*eof)   (BD_FILE_H *file);
+    int64_t (*read)  (BD_FILE_H *file, uint8_t *buf, int64_t size);
+    int64_t (*write) (BD_FILE_H *file, const uint8_t *buf, int64_t size);
 };
 
 /*



More information about the libbluray-devel mailing list