From d17faaf8760deefdd90ab798932c057c7ef24690 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Fri, 17 Dec 2010 09:12:54 +0100
Subject: [PATCH] cosmethics

---
 matlab/parallel/GiveCPUnumber.m | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/matlab/parallel/GiveCPUnumber.m b/matlab/parallel/GiveCPUnumber.m
index d1d254d46d..43518e4798 100644
--- a/matlab/parallel/GiveCPUnumber.m
+++ b/matlab/parallel/GiveCPUnumber.m
@@ -11,7 +11,7 @@ function [nCPU]= GiveCPUnumber (ComputerInformations)
 % The CPUs or Cores numbers of computer.
 %
 % SPECIAL REQUIREMENTS
-%    none
+% none
 
 % Copyright (C) 2010 Dynare Team
 %
@@ -41,6 +41,7 @@ Enviroment=-1;
 
 switch Enviroment
     case 0          %WINDOWS OPERATING SYSTEM
+        
         OffSet=27;
 
         SringPosition=strfind(ComputerInformations, 'Processors:');
@@ -62,7 +63,7 @@ switch Enviroment
         nCPU=str2num(nCPU);
 
         return
-    case 1       %LIKE UNIX OPERATING SYSTEM
+    case 1            %LIKE UNIX OPERATING SYSTEM
         
         % Da generalizzare a un numero di CPu maggiore di 9!!!
 
-- 
GitLab