From 1469f7f4a797824932469d1909a29490ec6ea317 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 25 May 2016 22:48:43 +0000 Subject: [PATCH] [Kaleidoscope][BuildingAJIT] Delete trailing whitespace. llvm-svn: 270787 --- .../Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h index b16814d7cd42..9b68d9451edd 100644 --- a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h +++ b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h @@ -28,7 +28,7 @@ #include "llvm/Support/DynamicLibrary.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetMachine.h" -#include +#include #include #include #include