From a7de98205a7d97dd78efbc1e01c5c6e03abeaceb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 23 Feb 2016 11:17:27 +0000 Subject: [PATCH] fix the indentation of the example llvm-svn: 261628 --- llvm/docs/AMDGPUUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index cf7dddb..5abbdec 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -178,5 +178,5 @@ Here is an example of a minimal amd_kernel_code_t specification: v_mov_b32 v2, s1 flat_store_dword v[1:2], v0 s_endpgm -.Lfunc_end0: + .Lfunc_end0: .size hello_world, .Lfunc_end0-hello_world -- 2.7.4