From 22f09fc07851fe5f2eb55f00411560ad0f909ec5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 12 Jul 2010 05:13:35 +0000 Subject: [PATCH] 80 columns. llvm-svn: 108126 --- include/llvm-c/Target.h | 3 ++- include/llvm-c/lto.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/llvm-c/Target.h b/include/llvm-c/Target.h index 2948fc76f19..b1b9f36fb2b 100644 --- a/include/llvm-c/Target.h +++ b/include/llvm-c/Target.h @@ -32,7 +32,8 @@ typedef struct LLVMOpaqueTargetData *LLVMTargetDataRef; typedef struct LLVMStructLayout *LLVMStructLayoutRef; /* Declare all of the target-initialization functions that are available. */ -#define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo(void); +#define LLVM_TARGET(TargetName) \ + void LLVMInitialize##TargetName##TargetInfo(void); #include "llvm/Config/Targets.def" #undef LLVM_TARGET /* Explicit undef to make SWIG happier */ diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 7cafcb29f21..93f37605a41 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -102,7 +102,7 @@ lto_module_is_object_file_in_memory(const void* mem, size_t length); */ extern bool lto_module_is_object_file_in_memory_for_target(const void* mem, size_t length, - const char* target_triple_prefix); + const char* target_triple_prefix); /**