1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

Brendan was getting pissed off about inconsistent indentation styles.

Convert all tabs to 4 spaces. All code must now use 4 space indents.

svn path=/trunk/avl/; revision=4492
This commit is contained in:
Michael Smith 2003-03-15 02:10:19 +00:00
parent 6198c728e1
commit d0cf9fe000
13 changed files with 1530 additions and 1530 deletions

View File

@ -22,7 +22,7 @@
*
*/
/* $Id: avl.c,v 1.3 2003/03/08 16:05:38 karl Exp $ */
/* $Id: avl.c,v 1.4 2003/03/15 02:10:18 msmith Exp $ */
/*
* This is a fairly straightfoward translation of a prototype

View File

@ -2,7 +2,7 @@
* Copyright (C) 1995 by Sam Rushing <rushing@nightmare.com>
*/
/* $Id: avl.h,v 1.5 2003/03/09 22:56:46 karl Exp $ */
/* $Id: avl.h,v 1.6 2003/03/15 02:10:18 msmith Exp $ */
#ifndef __AVL_H
#define __AVL_H