[vlc-devel] commit: fix indentation (Jean-Paul Saman )
git version control
git at videolan.org
Mon Oct 27 16:23:27 CET 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct 21 10:08:32 2008 +0200| [554cd5fedfdb8083e8b37c69b860a27cfb2d3117] | committer: Jean-Paul Saman
fix indentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=554cd5fedfdb8083e8b37c69b860a27cfb2d3117
---
include/libvlc_internal.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/include/libvlc_internal.h b/include/libvlc_internal.h
index e66c5d6..a8154b1 100644
--- a/include/libvlc_internal.h
+++ b/include/libvlc_internal.h
@@ -33,17 +33,17 @@ extern "C" {
struct libvlc_instance_t
{
- vlc_t *p_vlc;
- playlist_t *p_playlist;
- vlm_t *p_vlm;
- int i_vlc_id;
+ vlc_t *p_vlc;
+ playlist_t *p_playlist;
+ vlm_t *p_vlm;
+ int i_vlc_id;
};
struct libvlc_input_t
{
- int i_input_id; ///< Input object id. We don't use a pointer to
- /// avoid any crash
- struct libvlc_instance_t *p_instance; ///< Parent instance
+ int i_input_id; /**< Input object id. We don't use a pointer to
+ avoid any crash */
+ struct libvlc_instance_t *p_instance; /**< Parent instance */
};
#define RAISENULL( psz ) { libvlc_exception_raise( p_e, psz ); return NULL; }
More information about the vlc-devel
mailing list