-
- Downloads
- Fixes '[|]' whitespace
- Replace ')\([|]\)(' with ') \1 ('. - Replace ')\([|]\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\([|]\)(' with '\1 \2 ('. - Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2374 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Showing
- src/ecosboard.c 1 addition, 1 deletionsrc/ecosboard.c
- src/flash/at91sam7.c 3 additions, 3 deletionssrc/flash/at91sam7.c
- src/flash/flash.c 1 addition, 1 deletionsrc/flash/flash.c
- src/flash/lpc2000.c 7 additions, 7 deletionssrc/flash/lpc2000.c
- src/flash/nand.c 2 additions, 2 deletionssrc/flash/nand.c
- src/flash/non_cfi.c 1 addition, 1 deletionsrc/flash/non_cfi.c
- src/flash/ocl/at91sam7x/main.c 3 additions, 3 deletionssrc/flash/ocl/at91sam7x/main.c
- src/flash/ocl/at91sam7x/samflash.c 1 addition, 1 deletionsrc/flash/ocl/at91sam7x/samflash.c
- src/flash/pic32mx.c 2 additions, 2 deletionssrc/flash/pic32mx.c
- src/flash/stellaris.c 16 additions, 16 deletionssrc/flash/stellaris.c
- src/flash/stellaris.h 6 additions, 6 deletionssrc/flash/stellaris.h
- src/flash/stm32x.c 9 additions, 9 deletionssrc/flash/stm32x.c
- src/flash/str7x.c 4 additions, 4 deletionssrc/flash/str7x.c
- src/flash/str9xpec.c 4 additions, 4 deletionssrc/flash/str9xpec.c
- src/flash/tms470.c 1 addition, 1 deletionsrc/flash/tms470.c
- src/helper/binarybuffer.h 1 addition, 1 deletionsrc/helper/binarybuffer.h
- src/helper/command.c 1 addition, 1 deletionsrc/helper/command.c
- src/helper/jim-eventloop.c 2 additions, 2 deletionssrc/helper/jim-eventloop.c
- src/helper/jim-eventloop.h 1 addition, 1 deletionsrc/helper/jim-eventloop.h
- src/helper/jim.c 3 additions, 3 deletionssrc/helper/jim.c
Loading
Please register or sign in to comment