On 25.02.2018 05:35, Su Hang wrote:
> only remove brackets that wrap `return` statements' content.
> 
> use `perl -pi -e "s/return \((.*?)\);/return \1;/g" util/uri.c`
> to remove pattern like this: "return (1);"
> 
> Signed-off-by: Su Hang <suhan...@mails.ucas.ac.cn>
> ---
>  util/uri.c | 160 
> ++++++++++++++++++++++++++++++-------------------------------
>  1 file changed, 80 insertions(+), 80 deletions(-)

Looks good to me!

Reviewed-by: Thomas Huth <th...@redhat.com>

Reply via email to