summaryrefslogtreecommitdiff
path: root/test/stress.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/stress.c')
-rw-r--r--test/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress.c b/test/stress.c
index 36afd5a587..a51ab416eb 100644
--- a/test/stress.c
+++ b/test/stress.c
@@ -128,7 +128,7 @@ __attribute__((weak)) int adc_read_all_channels(int *data)
int i;
int rv = EC_SUCCESS;
- for (i = 0 ; i < ADC_CH_COUNT; ++i) {
+ for (i = 0; i < ADC_CH_COUNT; ++i) {
data[i] = adc_read_channel(i);
if (data[i] == ADC_READ_ERROR)
rv = EC_ERROR_UNKNOWN;