From 331dc3d8233b6b21b13e62b2f53ca3e028dfdb74 Mon Sep 17 00:00:00 2001 From: Fatbag Date: Tue, 17 Jan 2012 20:31:52 -0600 Subject: [PATCH] Fixed formatting --- Libraries/FileHandler/utk/read_utk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/FileHandler/utk/read_utk.h b/Libraries/FileHandler/utk/read_utk.h index 6ec8cc1..a1e1e75 100644 --- a/Libraries/FileHandler/utk/read_utk.h +++ b/Libraries/FileHandler/utk/read_utk.h @@ -38,8 +38,8 @@ typedef struct { int UseLattice; unsigned NoiseFloor; float FixedCodebook[64]; /* Fixed codebook gain matrix */ - float ImpulseTrain[12]; /* Impulse train matrix */ - float R[12]; /* Autocorrelation coefficient matrix */ + float ImpulseTrain[12]; /* Impulse train matrix */ + float R[12]; /* Autocorrelation coefficient matrix */ float Delay[324]; float DecompressedBlock[432]; } utkparams_t;