Indentation cleanup in c2dec.c
authornivex <nivex@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 2 Aug 2017 03:48:50 +0000 (03:48 +0000)
committernivex <nivex@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 2 Aug 2017 03:48:50 +0000 (03:48 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3344 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/c2dec.c

index 9092fd2045c26ef0b88b0e3ffd9845861a4cd3eb..b80c026a84f7341abbbc73c664b090490d3cce06 100644 (file)
@@ -141,7 +141,7 @@ int main(int argc, char *argv[])
         mode = CODEC2_MODE_700C;
         else if (strcmp(argv[1],"WB") == 0)
         mode = CODEC2_MODE_WB;
-    else {
+        else {
         fprintf(stderr, "Error in mode: %s.  Must be 3200, 2400, 1600, 1400, 1300, 1200, 700, 700B, 700C or WB\n", argv[1]);
         exit(1);
         }