From af7113dc4334c2a88d43ec1fd6a2a12035a9a780 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Mon, 8 Dec 2014 15:30:53 +0000
Subject: [PATCH] whitespace

---
 example/basic_zposv/CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/example/basic_zposv/CMakeLists.txt b/example/basic_zposv/CMakeLists.txt
index 50ca3fc8d..e4eec5305 100644
--- a/example/basic_zposv/CMakeLists.txt
+++ b/example/basic_zposv/CMakeLists.txt
@@ -37,7 +37,7 @@ set(ZSRC
    )
 
 precisions_rules_py(EXAMPLES "${ZSRC}"
-                    PRECISIONS "${CHAMELEON_PRECISION}")                 
+                    PRECISIONS "${CHAMELEON_PRECISION}")
 
 # Define what libraries we have to link with
 # ------------------------------------------
@@ -85,13 +85,13 @@ if(NOT CHAMELEON_SIMULATION)
     list(APPEND libs_for_examples
          coreblas
          ${LAPACKE_LIBRARIES}
-         ${CBLAS_LIBRARIES}         
+         ${CBLAS_LIBRARIES}
          ${LAPACK_SEQ_LIBRARIES}
          ${BLAS_SEQ_LIBRARIES}
          ${HWLOC_LIBRARIES}
          ${EXTRA_LIBRARIES}
     )
-    
+
     link_directories(${LAPACKE_LIBRARY_DIRS})
     link_directories(${LAPACK_LIBRARY_DIRS})
     link_directories(${CBLAS_LIBRARY_DIRS})
@@ -101,12 +101,12 @@ else()
 
     list(APPEND libs_for_examples
          coreblas
-         simulapacke         
+         simulapacke
          simucblas
          ${HWLOC_LIBRARIES}
          ${EXTRA_LIBRARIES}
     )
-    
+
 endif()
 
 link_directories(${HWLOC_LIBRARY_DIRS})
-- 
GitLab