comparison ifo_print.h @ 11:5b63b7151e60 src

cosmetics: fix indentation
author rathann
date Sun, 13 Jul 2008 12:27:17 +0000
parents 8bfb8ef95f9a
children 4e610984cc3f
comparison
equal deleted inserted replaced
10:8bfb8ef95f9a 11:5b63b7151e60
19 19
20 #ifndef IFO_PRINT_H_INCLUDED 20 #ifndef IFO_PRINT_H_INCLUDED
21 #define IFO_PRINT_H_INCLUDED 21 #define IFO_PRINT_H_INCLUDED
22 22
23 #include <inttypes.h> 23 #include <inttypes.h>
24 # include "ifo_types.h" 24 #include "ifo_types.h"
25 25
26 void ifo_print(dvd_reader_t *dvd, int title); 26 void ifo_print(dvd_reader_t *dvd, int title);
27 27
28 #endif /* IFO_PRINT_H_INCLUDED */ 28 #endif /* IFO_PRINT_H_INCLUDED */
29 29