mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-10394 cleanup those asterisks (normalize 'UFoo * ufoo_open()' to 'UFoo* ufoo_open()')
X-SVN-Rev: 34394
This commit is contained in:
parent
53d3394bd0
commit
ecd20b0cdc
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue