Index: /trunk/src/@xmltree/add.m
===================================================================
--- /trunk/src/@xmltree/add.m	(revision 987)
+++ /trunk/src/@xmltree/add.m	(revision 988)
@@ -69,5 +69,5 @@
                                     'parent',[],...
                                     'uid',l+1);
-        case  'cdata'
+        case 'cdata'
             tree.tree{l+1} = struct('type','cdata',...
                                     'value',parameter,...
Index: /trunk/src/calc_field_interp.m
===================================================================
--- /trunk/src/calc_field_interp.m	(revision 987)
+++ /trunk/src/calc_field_interp.m	(revision 988)
@@ -83,5 +83,5 @@
             end
             InputVarList=[InputVarList UName{ilist}]; %the variable is added to the list if it is not already in the list
-        else % case  'norm' for instance
+        else % case 'norm' for instance
             UName{ilist}=r.UName;
             VName{ilist}=r.VName;
Index: /trunk/src/mask_proj.m
===================================================================
--- /trunk/src/mask_proj.m	(revision 987)
+++ /trunk/src/mask_proj.m	(revision 988)
@@ -53,5 +53,5 @@
         end
         switch CellInfo{icell}.CoordType;
-            case  'scattered'   
+            case 'scattered'   
                 XName=FieldData.ListVarName{CellInfo{icell}.Coord_x};
                 YName=FieldData.ListVarName{CellInfo{icell}.Coord_y};
@@ -74,5 +74,5 @@
                 end
                 ProjData.(FFName)(checkfalse)=1;% update the existing error flag             
-            case  'grid'
+            case 'grid'
                 XName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(2)};
                 YName=FieldData.ListVarName{CellInfo{icell}.CoordIndex(1)};
Index: /trunk/src/struct2nc.m
===================================================================
--- /trunk/src/struct2nc.m	(revision 987)
+++ /trunk/src/struct2nc.m	(revision 988)
@@ -120,5 +120,5 @@
             case {'int8','uint8','int16','uint16','int32','uint32','int64','uint64'}
                 VarType='nc_int';
-            case  'logical'
+            case 'logical'
                 VarType='nc_byte';
         end
