coding style: src: remove empty lines at end of text files
Empty lines at end of text files are useless. Remove them. Change-Id: Ibac9b36682d58f81e34ca2b51e6260e7d472fb0e Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5172 Tested-by: jenkins
This commit is contained in:
parent
9e23c9ae35
commit
6572dd97b3
|
@ -29,4 +29,3 @@ add_help_text script "filename of OpenOCD script (tcl) to run"
|
|||
add_usage_text script "<file>"
|
||||
|
||||
#########
|
||||
|
||||
|
|
|
@ -443,4 +443,3 @@ static void aice_constructor(void)
|
|||
{
|
||||
transport_register(&aice_jtag_transport);
|
||||
}
|
||||
|
||||
|
|
|
@ -184,4 +184,3 @@ DRIVERHEADERS = \
|
|||
%D%/versaloon/versaloon.h \
|
||||
%D%/versaloon/versaloon_include.h \
|
||||
%D%/versaloon/versaloon_internal.h
|
||||
|
||||
|
|
|
@ -479,5 +479,3 @@ m4_delay(HOLD_DELAY_CYCLES - 10)
|
|||
A = X
|
||||
DR_MPEG = A ; return TCK low, as str912 reset halt seems to require it
|
||||
BRANCH
|
||||
|
||||
|
||||
|
|
|
@ -98,4 +98,3 @@ const struct rlink_speed_table rlink_speed_table[] = {{
|
|||
} };
|
||||
|
||||
const size_t rlink_speed_table_size = ARRAY_SIZE(rlink_speed_table);
|
||||
|
||||
|
|
|
@ -715,4 +715,3 @@ static int sysfsgpio_quit(void)
|
|||
cleanup_all_fds();
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -340,4 +340,3 @@ static int embKernel_get_symbol_list_to_lookup(symbol_table_elem_t *symbol_list[
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -401,4 +401,3 @@ struct rtos_type nuttx_rtos = {
|
|||
.get_thread_reg_list = nuttx_get_thread_reg_list,
|
||||
.get_symbol_list_to_lookup = nuttx_get_symbol_list_to_lookup,
|
||||
};
|
||||
|
||||
|
|
|
@ -51,5 +51,3 @@ const struct rtos_register_stacking rtos_embkernel_Cortex_M_stacking = {
|
|||
rtos_generic_stack_align8, /* stack_alignment */
|
||||
rtos_embkernel_Cortex_M_stack_offsets /* register_offsets */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -77,4 +77,3 @@ const struct rtos_register_stacking rtos_mqx_arm_v7m_stacking = {
|
|||
NULL, /* stack_alignment */
|
||||
rtos_mqx_arm_v7m_stack_offsets /* register_offsets */
|
||||
};
|
||||
|
||||
|
|
|
@ -539,4 +539,3 @@ exit:
|
|||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
|
@ -641,4 +641,3 @@ int cti_register_commands(struct command_context *cmd_ctx)
|
|||
{
|
||||
return register_commands(cmd_ctx, NULL, cti_command_handlers);
|
||||
}
|
||||
|
||||
|
|
|
@ -369,4 +369,3 @@ int avr32_ocd_clearbits(struct avr32_jtag *jtag, int reg, uint32_t bits)
|
|||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -1123,4 +1123,3 @@ const struct command_registration nds32_command_handlers[] = {
|
|||
},
|
||||
COMMAND_REGISTRATION_DONE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue