Skip to content

Commit 871b67f

Browse files
committed
layout fixes
1 parent 2aafd93 commit 871b67f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/utils/arguments.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ class extractor : public argument_helper<const mxArray> {
7070
return the_string;
7171
}
7272

73-
template<typename T>
74-
T num(size_t pos) const {
75-
nix::DataType dtype = nix::to_data_type<T>::value;
76-
check_arg_type(pos, dtype);
73+
template<typename T>
74+
T num(size_t pos) const {
75+
nix::DataType dtype = nix::to_data_type<T>::value;
76+
check_arg_type(pos, dtype);
7777

7878
return mx_array_to_num<T>(array[pos]);
79-
}
79+
}
8080

8181
template<typename T>
8282
std::vector<T> vec(size_t pos) const {

0 commit comments

Comments
 (0)