summaryrefslogtreecommitdiffstats
path: root/dev/afccheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'dev/afccheck.c')
-rw-r--r--dev/afccheck.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/afccheck.c b/dev/afccheck.c
index c534000..fed8538 100644
--- a/dev/afccheck.c
+++ b/dev/afccheck.c
@@ -8,15 +8,15 @@
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
- *
+ *
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
- *
+ *
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdlib.h>
@@ -46,7 +46,7 @@ static void* check_afc(void *data)
int *buf2 = (int *) malloc(buffersize);
unsigned int bytes = 0;
uint64_t position = 0;
-
+
//fill buffer
int i = 0;
for (i = 0; i < BUFFER_SIZE; i++) {