summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/uchar_array_to_float.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/uchar_array_to_float.h')
-rw-r--r--gr-blocks/lib/uchar_array_to_float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/uchar_array_to_float.h b/gr-blocks/lib/uchar_array_to_float.h
index 9b499760aa..93ba88d9f7 100644
--- a/gr-blocks/lib/uchar_array_to_float.h
+++ b/gr-blocks/lib/uchar_array_to_float.h
@@ -28,7 +28,7 @@
/*
* convert array of unsigned chars to floats
*/
-BLOCKS_API void uchar_array_to_float (const unsigned char *in, float *out, int nsamples);
+BLOCKS_API void uchar_array_to_float(const unsigned char* in, float* out, int nsamples);
#endif /* INCLUDED_UCHAR_ARRAY_TO_FLOAT_H */