From a9aeee6433723f2a5ee93528a17b462c90ee55d4 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Mon, 18 Mar 2019 15:34:13 +0000
Subject: [PATCH] rm trailing spaces

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11593 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/AUG/rdaAUG_eff.m | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/crpptbx/AUG/rdaAUG_eff.m b/crpptbx/AUG/rdaAUG_eff.m
index afb87866..6a5d1424 100644
--- a/crpptbx/AUG/rdaAUG_eff.m
+++ b/crpptbx/AUG/rdaAUG_eff.m
@@ -35,11 +35,11 @@ end
 if usemdsplus
 
   % use mdsplus
-  
+
 % $$$   if ~unix('test -d /home/duval/mdsplus')
 % $$$     addpath('/home/duval/mdsplus')
 % $$$   end
-  
+
 % $$$   if ~unix('test -d /home/osauter/gdat')
 % $$$     mdsconnect('localhost:8001');
 % $$$   else
@@ -79,9 +79,9 @@ if usemdsplus
   otherwise
     disp([' more than 3 dimensions for ' num2str(shot) ' ; ' sigtype '/' diagname])
     error('in rdaAUG_eff')
-    
+
   end
-  
+
   adata.t=time;
   adata.x=x;
   adata.hsig=hsig;
@@ -123,7 +123,7 @@ else
   end
 
   adata.units = [];
-  
+
   if isempty(adata.value)
     return
   end
@@ -154,7 +154,7 @@ else
   adata.time_aug = adata_time;
 
   adata.area = adata_area;
- 
+
   adata.exp = shotfile_exp;
   if (prod(size(adata.value))==length(adata.value))
     % only time signal
-- 
GitLab