aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda_configure.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/cuda_configure.bzl')
-rw-r--r--third_party/gpus/cuda_configure.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/gpus/cuda_configure.bzl b/third_party/gpus/cuda_configure.bzl
index 83a377dde5..1e29f23d90 100644
--- a/third_party/gpus/cuda_configure.bzl
+++ b/third_party/gpus/cuda_configure.bzl
@@ -847,10 +847,10 @@ def _genrule(src_dir, genrule_name, command, outs):
genrule_name + '",\n' +
' outs = [\n' +
outs +
- ' ],\n' +
+ '\n ],\n' +
' cmd = """\n' +
command +
- ' """,\n' +
+ '\n """,\n' +
')\n\n'
)