ICU-10394 cleanup those asterisks (normalize 'UFoo * ufoo_open()' to 'UFoo* ufoo_open()')

X-SVN-Rev: 34394
This commit is contained in:
Steven R. Loomis 2013-09-19 00:00:29 +00:00
parent 53d3394bd0
commit ecd20b0cdc

View file

@ -528,6 +528,7 @@ public class StableAPI {
static private String replList[] = { "[ ]*\\([ ]*void[ ]*\\)[ ]*", "()", // cleanup
" , ", ", ", // cleanup
"[ ]*\\*[ ]*", "* ",
"[ ]*=[ ]*0[ ]*$", "=0", // cleanup pure virtual
"\\)[ ]*const", ") const", // This just cleans up the spacing.