From f5919d0e602d9a6793f3ebd7d37ec906f8c7f5d5 Mon Sep 17 00:00:00 2001
From: Ron <ron@debian.org>
Date: Sun, 9 Jun 2013 09:16:33 +0930
Subject: [PATCH 3/9] Fix whitespace damage

And a "nested" /* comment, that was actually unpaired.
---
 include/daala/codec.h |    2 +-
 tools/trans_data.c    |    4 ++--
 tools/trans_gain.c    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/daala/codec.h b/include/daala/codec.h
index 9d1480d..e075200 100644
--- a/include/daala/codec.h
+++ b/include/daala/codec.h
@@ -183,7 +183,7 @@ struct daala_info {
   int nplanes;
   daala_plane_info plane_info[OD_NPLANES_MAX];
    /** key frame rate defined how often a key frame is emitted by encoder in
-    * number of frames. So 10 means every 10th frame is a keyframe.  */ 
+    * number of frames. So 10 means every 10th frame is a keyframe.  */
   int keyframe_rate;
 };
 
diff --git a/tools/trans_data.c b/tools/trans_data.c
index 8a44d24..5d6c7d8 100644
--- a/tools/trans_data.c
+++ b/tools/trans_data.c
@@ -29,7 +29,7 @@ const double SUBSET3_1D_16x32[2*16]={
   1                   , 0.979833385645487831, 0.957266023308942171, 0.940957785714492512, 0.927759903916599682, 0.916453542136722588, 0.906425658886728325, 0.897321290440588615,
   0.888936682536967893, 0.881156880166969247, 0.873875337121942874, 0.867026842393475938, 0.860573549394290538, 0.85441625899314555 , 0.848512022218074757, 0.84286226998388758 ,
   0.837433692182305123, 0.832219051301511858, 0.827217502623003198, 0.822376308784316223, 0.8176705532296209  , 0.813105070134160113, 0.808660902482214561, 0.804337882441993002,
-  0.80013922861692155 , 0.796035478143399478, 0.792014997979164193, 0.788080365030657481, 0.784235634142571802, 0.780467000291831803, 0.776769073480155114, 0.773144759845687646   
+  0.80013922861692155 , 0.796035478143399478, 0.792014997979164193, 0.788080365030657481, 0.784235634142571802, 0.780467000291831803, 0.776769073480155114, 0.773144759845687646
 };
 
 const double SUBSET1_2D_4x8[2*4*2*4]={
@@ -217,7 +217,7 @@ const double SUBSET3_2D_4x8[2*4*2*4]={
   0.926004333464758078, 0.9219649131872798  , 0.91487771486445757 , 0.90748845883104079 , 0.900179935385701624, 0.893135469630639167, 0.886372437762514176, 0.879860080237806597,
   0.914561222926800865, 0.911058735664653896, 0.904888809505508207, 0.898416663048911546, 0.891950764965042553, 0.885632356655233322, 0.879490521218773025, 0.873515188423576561,
   0.904345573872572972, 0.901226304945041967, 0.895708598163787784, 0.88990661439580665 , 0.884094721891169888, 0.878358888107390157, 0.872739339127630465, 0.867224393173837926,
-  0.895071125012192881, 0.892255463325639653, 0.887243103267207567, 0.881956893113217122, 0.876655978860781726, 0.87139816324869257 , 0.866215693815570065, 0.861093437034028519  
+  0.895071125012192881, 0.892255463325639653, 0.887243103267207567, 0.881956893113217122, 0.876655978860781726, 0.87139816324869257 , 0.866215693815570065, 0.861093437034028519
 };
 
 const double SUBSET3_2D_8x16[2*8*2*8]={
diff --git a/tools/trans_gain.c b/tools/trans_gain.c
index 8d1e0a7..6dfe83a 100644
--- a/tools/trans_gain.c
+++ b/tools/trans_gain.c
@@ -59,7 +59,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/
    LappedDCT       9.6119
                    9.6120
                    9.6232   10.8028   11.3698
-
+*/
 
 
 /* 2D coding gain figures */
-- 
1.7.2.5

