diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-06 07:01:00 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-06 07:01:00 +0000 |
commit | 8811ecdadf42dc39ff1f8869463e7486324c2beb (patch) | |
tree | a32b8cb62cd1f20dd434bc8f88260c5867880838 /llvm/include/llvm-c | |
parent | 1630c3c4f0bd6e93cff2329b887cd3484a0b44ca (diff) | |
download | bcm5719-llvm-8811ecdadf42dc39ff1f8869463e7486324c2beb.tar.gz bcm5719-llvm-8811ecdadf42dc39ff1f8869463e7486324c2beb.zip |
Correct strange whitespace.
llvm-svn: 63927
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/lto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 74a070342e9..1d9881425e5 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/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); /** |