From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- formats/format_vox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'formats/format_vox.c') 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 extended ***/ - + #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 = { -- cgit v1.2.3