# HG changeset patch # User diego # Date 1176033902 0 # Node ID 42eef6c711acad57c45b6da1438f48cbc851f92b # Parent 7470749c23841d7d5c6023b97e1e1bdf47179b13 cosmetics: indentation fix patch by Marco Gerards, mgerards xs4all nl diff -r 7470749c2384 -r 42eef6c711ac adpcm.c --- a/adpcm.c Sun Apr 08 09:44:34 2007 +0000 +++ b/adpcm.c Sun Apr 08 12:05:02 2007 +0000 @@ -1317,7 +1317,7 @@ } break; case CODEC_ID_ADPCM_THP: - { + { int table[2][16]; unsigned int samplecnt; int prev[2][2]; @@ -1375,7 +1375,7 @@ increased exactly one time too often. */ samples -= st; break; - } + } default: return -1;