]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/store_swapin.cc
SourceFormat: Main reformat push
[thirdparty/squid.git] / src / store_swapin.cc
index ccd47a9cf431b42cffe24c524f515739ff2e747b..8e4e325c61c208e0724c44c1dbacfe2e4430aafb 100644 (file)
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
@@ -51,8 +51,8 @@ storeSwapInStart(store_client * sc)
         return;
     }
 
-    debugs(20, 3, "storeSwapInStart: called for : " << e->swap_dirn << " " <<  
-           std::hex << std::setw(8) << std::setfill('0') << std::uppercase << 
+    debugs(20, 3, "storeSwapInStart: called for : " << e->swap_dirn << " " <<
+           std::hex << std::setw(8) << std::setfill('0') << std::uppercase <<
            e->swap_filen << " " <<  e->getMD5Text());
 
     if (e->swap_status != SWAPOUT_WRITING && e->swap_status != SWAPOUT_DONE) {