From 5ae9d48c321522c046ef0f65f7f14fd9d467522e Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Tue, 4 Jul 2006 06:31:22 +0000
Subject: [PATCH] Fix coding convention violations.

git-svn-id: http://root.cern.ch/svn/root/trunk@15675 27541ba8-7e3a-0410-8455-c3a389f83636
---
 proof/src/TProof.cxx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/proof/src/TProof.cxx b/proof/src/TProof.cxx
index 693143c0330..aec0a4490d6 100644
--- a/proof/src/TProof.cxx
+++ b/proof/src/TProof.cxx
@@ -1,4 +1,4 @@
-// @(#)root/proof:$Name:  $:$Id: TProof.cxx,v 1.149 2006/06/21 16:18:26 rdm Exp $
+// @(#)root/proof:$Name:  $:$Id: TProof.cxx,v 1.150 2006/07/03 09:33:50 rdm Exp $
 // Author: Fons Rademakers   13/02/97
 
 /*************************************************************************
@@ -4994,14 +4994,14 @@ Int_t TProof::UploadDataSet(const char *dataSetName,
                   fileList->Add(new TFileInfo(Form("%s/%s", dest.Data(), ent)));
                } else
                   Error("UploadDataSet", "file %s was not copied", fileUrl->GetUrl());
-             } else {  // don't overwrite, but file exist and must be included
-                fileList->Add(new TFileInfo(Form("%s/%s", dest.Data(), ent)));
-                if (skippedFiles && &skippedFiles) {
-                   // user specified the TList *skippedFiles argument so we create
-                   // the list of skipped files
-                   skippedFiles->Add(new TFileInfo(fileUrl->GetUrl()));
-                }
-             }
+            } else {  // don't overwrite, but file exist and must be included
+               fileList->Add(new TFileInfo(Form("%s/%s", dest.Data(), ent)));
+               if (skippedFiles && &skippedFiles) {
+                  // user specified the TList *skippedFiles argument so we create
+                  // the list of skipped files
+                  skippedFiles->Add(new TFileInfo(fileUrl->GetUrl()));
+               }
+            }
          } //if matching dir entry
       } //while
 
-- 
GitLab