Fix a link typo in the spec colophon.
[platform/upstream/libvorbis.git] / test / util.c
index b54ed5f..3dc1597 100644 (file)
@@ -6,12 +6,11 @@
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007             *
- * by the Xiph.Org Foundation http://www.xiph.org/                  *
+ * by the Xiph.Org Foundation https://xiph.org/                     *
  *                                                                  *
  ********************************************************************
 
  function: utility functions for vorbis codec test suite.
- last mod: $Id: util.c 13293 2007-07-24 00:09:47Z erikd $
 
  ********************************************************************/
 
@@ -46,8 +45,8 @@ gen_windowed_sine (float *data, int len, float maximum)
 
 void
 set_data_in (float * data, unsigned len, float value)
-{      unsigned k ;
+{        unsigned k ;
 
-       for (k = 0 ; k < len ; k++)
-               data [k] = value ;
+        for (k = 0 ; k < len ; k++)
+                data [k] = value ;
 }