mips: code clean up in mips_m4k_debug_entry() function
[fw/openocd] / src / target / avrt.h
index 221f9240e2049d645697eef51866a1f093530d50..076fddbf123a0aed44de59ba5dd881941eb8715c 100644 (file)
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #ifndef AVRT_H
 #define AVRT_H
 
 #include <jtag/jtag.h>
 
-struct mcu_jtag
-{
+struct mcu_jtag {
        struct jtag_tap *tap;
 };
 
-struct avr_common
-{
+struct avr_common {
        struct mcu_jtag jtag_info;
 };