Skip to content

Commit c4baaed

Browse files
committed
remove space
1 parent 1c8c1e3 commit c4baaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/templates/vivado/nnet_utils/nnet_array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void transpose_2d(
2626
}
2727
}
2828

29-
template<class data_T, class res_T, typename CONFIG_T>
29+
template<class data_T, class res_T, typename CONFIG_T>
3030
void transpose_3d(
3131
data_T data[CONFIG_T::depth * CONFIG_T::height * CONFIG_T::width],
3232
res_T data_t[CONFIG_T::depth * CONFIG_T::height * CONFIG_T::width]

0 commit comments

Comments
 (0)