Update of /cvsroot/sp-tk/SPTK/src/bin/extract
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3489/src/bin/extract
Modified Files:
extract.c
Log Message:
format source code using indent command
Index: extract.c
===================================================================
RCS file: /cvsroot/sp-tk/SPTK/src/bin/extract/extract.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** extract.c 22 Dec 2016 10:53:03 -0000 1.28
--- extract.c 25 Dec 2016 05:00:18 -0000 1.29
***************
*** 65,69 ****
************************************************************************/
! static char *rcs_id = "$Id$";
--- 65,70 ----
************************************************************************/
! static char *rcs_id =
! "$Id$";
|