summaryrefslogtreecommitdiff
path: root/silk/fixed/structs_FIX.h
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 16:21:03 +0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-03-25 23:45:16 -0400
commit0f3792e8b7619b766072e8da48e86f10e923ce07 (patch)
tree38c4673091692625d8a9831b3a74210ca9fc0859 /silk/fixed/structs_FIX.h
parentf873214283497cbb99994b5c12c11b059e198ab8 (diff)
downloadopus-0f3792e8b7619b766072e8da48e86f10e923ce07.tar.gz
Clean up: replace tabs by spaces
Diffstat (limited to 'silk/fixed/structs_FIX.h')
-rw-r--r--silk/fixed/structs_FIX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/fixed/structs_FIX.h b/silk/fixed/structs_FIX.h
index 1694db8d..2774a97b 100644
--- a/silk/fixed/structs_FIX.h
+++ b/silk/fixed/structs_FIX.h
@@ -57,7 +57,7 @@ typedef struct {
/* Buffer for find pitch and noise shape analysis */
silk_DWORD_ALIGN opus_int16 x_buf[ 2 * MAX_FRAME_LENGTH + LA_SHAPE_MAX ];/* Buffer for find pitch and noise shape analysis */
opus_int LTPCorr_Q15; /* Normalized correlation from pitch lag estimator */
- opus_int32 resNrgSmth;
+ opus_int32 resNrgSmth;
} silk_encoder_state_FIX;
/************************/