Skip to content

Commit

Permalink
[gpu]: Fixed code style of stft_data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pkowalc1 committed Dec 12, 2024
1 parent 4f803cf commit 8826295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_utils/unit_test_utils/tests_data/stft_data.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#define LIST(...) {__VA_ARGS__}
#define LIST(...) \
{ __VA_ARGS__ }

// TEST_DATA(signalShape,
// windowShape,
Expand Down

0 comments on commit 8826295

Please sign in to comment.