*/\r
 \r
 #if AUX_BOOT_SECTION_SIZE > 0\r
-\r
 #warning Using a AUX bootloader section in addition to the defined bootloader space (see documentation).\r
 \r
 ; Trampoline to jump over the AUX bootloader section to the start of the bootloader,\r
 .global Boot_AUX_Trampoline\r
 Boot_AUX_Trampoline:\r
        jmp BOOT_START_ADDR\r
-\r
 #endif\r
 \r
 ; Trampolines to actual API implementations if the target address is outside the\r