From e98386aa13295011f2019d7cc60e7afdb5f56bc4 Mon Sep 17 00:00:00 2001 From: Alja Mrak-Tadel Date: Tue, 12 Apr 2016 13:46:50 -0700 Subject: [PATCH] Aligh code. --- src/XrdFileCache/XrdFileCacheInfo.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdFileCache/XrdFileCacheInfo.hh b/src/XrdFileCache/XrdFileCacheInfo.hh index 9345e75cef7..ea7b6fc1c78 100644 --- a/src/XrdFileCache/XrdFileCacheInfo.hh +++ b/src/XrdFileCache/XrdFileCacheInfo.hh @@ -59,7 +59,7 @@ namespace XrdFileCache //------------------------------------------------------------------------ //! Constructor. //------------------------------------------------------------------------ - Info(long long bufferSize, bool prefetchBuffer = false); + Info(long long bufferSize, bool prefetchBuffer = false); //------------------------------------------------------------------------ //! Destructor.