projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3cae6
)
cpp/aubiocpp.cpp: fix indentation
author
Paul Brossier
<piem@piem.org>
Wed, 30 Apr 2008 18:28:15 +0000
(20:28 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 30 Apr 2008 18:28:15 +0000
(20:28 +0200)
cpp/aubiocpp.cpp
patch
|
blob
|
history
diff --git
a/cpp/aubiocpp.cpp
b/cpp/aubiocpp.cpp
index 314298d5cb7b2d0734f0aabc82aca282cd29eb42..8f70611a3694f67486ee30453c256c78e838a0cd 100644
(file)
--- a/
cpp/aubiocpp.cpp
+++ b/
cpp/aubiocpp.cpp
@@
-4,7
+4,7
@@
namespace aubio {
fvec::fvec(uint_t length, uint_t channels) {
-
self = new_fvec(length, channels);
+ self = new_fvec(length, channels);
}
fvec::~fvec() {