[FFmpeg-cvslog] r16423 - trunk/libavutil/tree.c
aurel
subversion
Sun Jan 4 18:48:54 CET 2009
Author: aurel
Date: Sun Jan 4 18:48:54 2009
New Revision: 16423
Log:
cosmetic: indent
Modified:
trunk/libavutil/tree.c
Modified: trunk/libavutil/tree.c
==============================================================================
--- trunk/libavutil/tree.c Sun Jan 4 18:48:19 2009 (r16422)
+++ trunk/libavutil/tree.c Sun Jan 4 18:48:54 2009 (r16423)
@@ -129,9 +129,9 @@ void *av_tree_insert(AVTreeNode **tp, vo
void av_tree_destroy(AVTreeNode *t){
if(t){
- av_tree_destroy(t->child[0]);
- av_tree_destroy(t->child[1]);
- av_free(t);
+ av_tree_destroy(t->child[0]);
+ av_tree_destroy(t->child[1]);
+ av_free(t);
}
}
More information about the ffmpeg-cvslog
mailing list