Required clang-format version is too old for Ubuntu 18.04
Created by: wojtuss
In the file tools/codestyle/clang_format.hook
there is a requirement for the clang-format version to be 3.8. However, on Ubuntu 18.04 LTS, supported by PaddlePaddle, the 3.8 version is not generally available from repositories, 3.9 is available instead. Can we update the code and use 3.9 version?