Fix dangling whitespace at the end of line

This commit is contained in:
Alan C. Assis
2021-05-30 19:40:02 -03:00
committed by Alin Jerpelea
parent f1d653c08c
commit 929a4a7278
4 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -514,7 +514,7 @@
/* Interrupt numbers assigned to specific interrupt sources: */ /* Interrupt numbers assigned to specific interrupt sources: */
#define XTHAL_TIMER_UNCONFIGURED -1 /* REVISIT: should be in hal.h */ #define XTHAL_TIMER_UNCONFIGURED -1
#define XCHAL_TIMER0_INTERRUPT 6 /* CCOMPARE0 */ #define XCHAL_TIMER0_INTERRUPT 6 /* CCOMPARE0 */
#define XCHAL_TIMER1_INTERRUPT 15 /* CCOMPARE1 */ #define XCHAL_TIMER1_INTERRUPT 15 /* CCOMPARE1 */
#define XCHAL_TIMER2_INTERRUPT 16 /* CCOMPARE2 */ #define XCHAL_TIMER2_INTERRUPT 16 /* CCOMPARE2 */
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* arch/xtensa/src/esp32s2/hardware/interrupt_reg.h * arch/xtensa/src/esp32s2/hardware/esp32s2_interrupt.h
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* arch/xtensa/src/esp32s2/hardware/esp32s2_timg.h * arch/xtensa/src/esp32s2/hardware/esp32s2_tim.h
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with