diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-01-15 13:00:47 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-01-16 12:54:32 +0000 |
commit | d8494bc9b7f981fed961252fbe29fced2f94daef (patch) | |
tree | 51757020eea42006a8e79c9f57886a3b27dc122d | |
parent | 12142950625df5e16be936057be388290c07750f (diff) |
tests/conv: whitespece fix
Change-Id: I73ab4614c5c23390862d3ecaa2561a6749604a15
-rw-r--r-- | tests/conv/conv_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conv/conv_test.c b/tests/conv/conv_test.c index ed1257e6..3064f9ca 100644 --- a/tests/conv/conv_test.c +++ b/tests/conv/conv_test.c @@ -256,7 +256,7 @@ int main(int argc, char *argv[]) .in_len = 48, .out_len = 72, .has_vec = 1, - .vec_in = { 0x4d, 0xcb, 0xfc, 0x72, 0xf4, 0x8c }, + .vec_in = { 0x4d, 0xcb, 0xfc, 0x72, 0xf4, 0x8c }, .vec_out = { 0xc0, 0x86, 0x63, 0x4b, 0x8b, 0xd4, 0x6a, 0x76, 0xb2 }, }, { |