changeset 12353:a748658c876f octave-forge

Style fixes, copyright string updates
author prnienhuis
date Wed, 29 Jan 2014 22:00:43 +0000
parents a2ba66e16516
children a07173844e75
files main/io/inst/private/__OTK_oct2ods__.m
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OTK_oct2ods__.m	Wed Jan 29 21:59:39 2014 +0000
+++ b/main/io/inst/private/__OTK_oct2ods__.m	Wed Jan 29 22:00:43 2014 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2010,2011,2012,2013 Philip Nienhuis
+## Copyright (C) 2010,2011,2012,2013,2014 Philip Nienhuis
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
@@ -47,6 +47,7 @@
 ## 2012-10-24 Style fixes
 ## 2013-01-20 Adapted to ML-compatible Java calls
 ## 2013-12-01 Style fixes, copyright string updates
+## 2014-01-29 Style fixes, copyright string updates
 
 function [ ods, rstatus ] = __OTK_oct2ods__ (c_arr, ods, wsh, crange, spsh_opts)
 
@@ -114,7 +115,7 @@
     c_arr = c_arr(1:nrows, 1:ncols);
   endif
   
-## Parse data array, setup typarr and throw out NaNs  to speed up writing;
+  ## Parse data array, setup typarr and throw out NaNs  to speed up writing;
   typearr = spsh_prstype (c_arr, nrows, ncols, ctype, spsh_opts, 0);
   if (! spsh_opts.formulas_as_text)
     ## Find formulas (designated by a string starting with "=" and ending in ")")