From 081eb1c42bc8a65a836df29e6f889464cbddc1cf Mon Sep 17 00:00:00 2001 From: liaogang Date: Mon, 12 Dec 2016 19:48:36 +0800 Subject: [PATCH] Format code using clang-format3.8 --- paddle/cuda/src/hl_cuda_device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/cuda/src/hl_cuda_device.cc b/paddle/cuda/src/hl_cuda_device.cc index d1814482929..b0bba73594d 100644 --- a/paddle/cuda/src/hl_cuda_device.cc +++ b/paddle/cuda/src/hl_cuda_device.cc @@ -12,13 +12,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +#include "hl_cuda.h" #include #include #include #include #include #include -#include "hl_cuda.h" #include "hl_cuda.ph" #include "hl_dso_loader.h" #include "hl_thread.ph" -- GitLab