Changeset c3f08a3daf354ec8698e63f2962d691dbe0664eb
- Timestamp:
- 20/08/06 22:48:35
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1156106915 +0000
- git-parent:
[6d7ee11806562fa34e75d808a2a9654bdd600618]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1156106915 +0000
- Message:
Remove some whitespace
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3854055 |
rc3f08a3 |
|
| 8 | 8 | * Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| 9 | 9 | * Jean-Paul Saman <jpsaman _at_ videolan _dot_ org> |
|---|
| 10 | | * |
|---|
| | 10 | * |
|---|
| 11 | 11 | * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | 12 | * it under the terms of the GNU General Public License as published by |
|---|
| … | … | |
| 140 | 140 | int i; |
|---|
| 141 | 141 | int i_size = p_out_buf->i_nb_bytes / sizeof(float); |
|---|
| 142 | | |
|---|
| | 142 | |
|---|
| 143 | 143 | float * a = (float *)p_out_buf->p_buffer; |
|---|
| 144 | 144 | for ( i = 0 ; i < i_size ; i++ ) |
|---|