summaryrefslogtreecommitdiff
path: root/firmware/export/enc_base.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-06-22 16:39:40 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-06-30 00:40:09 +0200
commita9ea1a42695401334717f2e497a7f5576d87691d (patch)
tree806f457038f7d2edf17335355169116947ecb2c3 /firmware/export/enc_base.h
parentbc3a0795225553ccd7465ce977a8f0dc435b166a (diff)
Fix some whitespace in files changed in following commit.
Change-Id: Ie3f43e43076e0dcae9a10f1b0b9e4698b398acee Reviewed-on: http://gerrit.rockbox.org/492 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
Diffstat (limited to 'firmware/export/enc_base.h')
-rw-r--r--firmware/export/enc_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/enc_base.h b/firmware/export/enc_base.h
index c2fbe26d6c..f5dfb65f2a 100644
--- a/firmware/export/enc_base.h
+++ b/firmware/export/enc_base.h
@@ -145,7 +145,7 @@ struct encoder_config
struct mp3_enc_config mp3_enc;
struct wavpack_enc_config wavpack_enc;
struct wav_enc_config wav_enc;
- };
+ };
};
/** Encoder chunk macros and definitions **/
@@ -218,7 +218,7 @@ struct enc_file_event_data
unsigned long new_num_pcm; /* New number of pcm in chunk */
const char *filename; /* filename to open if ENC_START_FILE */
int rec_file; /* Current file or < 0 if none */
- unsigned long num_pcm_samples; /* Current pcm sample count written to
+ unsigned long num_pcm_samples; /* Current pcm sample count written to
file so far. */
};