diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-08-07 21:45:12 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-09 23:04:28 +0200 |
commit | f7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch) | |
tree | e09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-blocks/lib/uchar_array_to_float.h | |
parent | 78431dc6941e3acc67c858277dfe4a0ed583643c (diff) |
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-blocks/lib/uchar_array_to_float.h')
-rw-r--r-- | gr-blocks/lib/uchar_array_to_float.h | 2 |
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 */ |