summaryrefslogtreecommitdiff
path: root/formats/format_vox.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_vox.c')
-rw-r--r--formats/format_vox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 813dabf21..6073a131b 100644
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -20,14 +20,14 @@
*
* \brief Flat, binary, ADPCM vox file format.
* \arg File name extensions: vox
- *
+ *
* \ingroup formats
*/
/*** MODULEINFO
<support_level>extended</support_level>
***/
-
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
@@ -124,7 +124,7 @@ static off_t vox_tell(struct ast_filestream *fs)
{
off_t offset;
offset = ftello(fs->f) << 1;
- return offset;
+ return offset;
}
static struct ast_format_def vox_f = {