Skip to content

Commit 8882492

Browse files
committed
Remove empty line
1 parent 5ec219d commit 8882492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/VecSim/spaces/functions/implementation_chooser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
// func: The templated function that we want to choose the implementation for.
4646
// chunk: The chunk size. Can be 64, 32, 16 or 8. Should be the number of elements of the expected
4747
// type fitting in the expected register size.
48-
4948
#define CHOOSE_IMPLEMENTATION(out, dim, chunk, func) \
5049
do { \
5150
decltype(out) __ret_dist_func; \

0 commit comments

Comments
 (0)