From 5654eecb49c3195e2af358c79a9c0e24a80b78ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kaspar=20M=C3=B6singer?= <kaspar.moesinger@gmail.com>
Date: Sun, 2 Oct 2016 09:18:18 +0200
Subject: [PATCH] Cleanup Code intentation

---
 inst/include/dotCall64.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inst/include/dotCall64.h b/inst/include/dotCall64.h
index d06e6e3..27085c9 100644
--- a/inst/include/dotCall64.h
+++ b/inst/include/dotCall64.h
@@ -1,11 +1,11 @@
 #ifndef DOTCALL64_H
 #define DOTCALL64_H
 
-#include<R.h>
-#include<Rdefines.h>
+#include <R.h>
+#include <Rdefines.h>
 
 // Defines DL_FUNC.
-#include<R_ext/Rdynload.h>
+#include <R_ext/Rdynload.h>
 
 // Defines INTSXP and REALSXP to be used in the args_type array.
 #include<Rinternals.h>
-- 
GitLab