Skip to content

Commit 3af91c2

Browse files
committed
remove tab
1 parent f209120 commit 3af91c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12287,7 +12287,7 @@ void bench_sphincsKeySign(byte level, byte optim)
1228712287
* Use care when repeatedly calling calling. See implementation. */
1228812288
double current_time(int reset)
1228912289
{
12290-
portTickType tickCount;
12290+
portTickType tickCount;
1229112291
/* tick count == ms, if configTICK_RATE_HZ is set to 1000 */
1229212292
tickCount = xTaskGetTickCount();
1229312293
return (double)tickCount / 1000;

0 commit comments

Comments
 (0)