bsps/or1k/generic_or1k/btimer/btimer.c: Address misleading indentation

GCC warned that the indentation was misleading.
This commit is contained in:
Joel Sherrill
2025-07-17 16:16:24 -05:00
committed by Kinsey Moore
parent 0a5890c623
commit 1a394709eb

View File

@@ -73,7 +73,7 @@ benchmark_timer_t benchmark_timer_read( void )
if ( total < LEAST_VALID )
return 0; /* below timer resolution */
return (total - AVG_OVERHEAD);
return (total - AVG_OVERHEAD);
}
}