-
Su Hang authored
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 <suhang16@mails.ucas.ac.cn>
Reviewed-by:
Thomas Huth <thuth@redhat.com>
Message-id: 1519533358-13759-3-git-send-email-suhang16@mails.ucas.ac.cn
Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>Su Hang authoredonly 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 <suhang16@mails.ucas.ac.cn>
Reviewed-by:
Thomas Huth <thuth@redhat.com>
Message-id: 1519533358-13759-3-git-send-email-suhang16@mails.ucas.ac.cn
Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
Loading