remove tab

This commit is contained in:
Hideki Miyazaki
2023-12-14 11:16:36 +09:00
parent f209120218
commit 3af91c265b

View File

@ -12287,7 +12287,7 @@ void bench_sphincsKeySign(byte level, byte optim)
* Use care when repeatedly calling calling. See implementation. */ * Use care when repeatedly calling calling. See implementation. */
double current_time(int reset) double current_time(int reset)
{ {
portTickType tickCount; portTickType tickCount;
/* tick count == ms, if configTICK_RATE_HZ is set to 1000 */ /* tick count == ms, if configTICK_RATE_HZ is set to 1000 */
tickCount = xTaskGetTickCount(); tickCount = xTaskGetTickCount();
return (double)tickCount / 1000; return (double)tickCount / 1000;