summaryrefslogtreecommitdiff
path: root/include/llvm-c/lto.h
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-06 07:01:00 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-06 07:01:00 +0000
commitb454eabe7ff0824356ccdb75459a0312f43254c1 (patch)
tree3db00492fe8883cfb916f871d135aea376601c52 /include/llvm-c/lto.h
parentd96c60df3fb639cc8ab213ae72b888c7fb96b3d6 (diff)
downloadllvm-b454eabe7ff0824356ccdb75459a0312f43254c1.tar.gz
llvm-b454eabe7ff0824356ccdb75459a0312f43254c1.tar.bz2
llvm-b454eabe7ff0824356ccdb75459a0312f43254c1.tar.xz
Correct strange whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/lto.h')
-rw-r--r--include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h
index 74a070342e..1d9881425e 100644
--- a/include/llvm-c/lto.h
+++ b/include/llvm-c/lto.h
@@ -86,7 +86,7 @@ lto_module_is_object_file(const char* path);
*/
extern bool
lto_module_is_object_file_for_target(const char* path,
- const char* target_triple_prefix);
+ const char* target_triple_prefix);
/**