From e2c4d2a0a10e1f69bb074e3be620ce3ecd613969 Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Tue, 17 Jun 2014 05:45:20 -0400 Subject: STORM-2034 Adjust comment block indent --- indra/newview/llpanelmaininventory.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 46826c29ef..6c8765c62d 100755 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -707,10 +707,10 @@ void LLFloaterInventoryFinder::onTimeAgo(LLUICtrl *ctrl, void *user_data) U32 hours = (U32)self->mSpinSinceHours->get(); if (hours >= 24) { -// Try to handle both cases of spinner clicking and text input in a sensible fashion as best as possible. -// There is no way to tell if someone has clicked the spinner to get to 24 or input 24 manually, so in this -// case add to days. Any value > 24 means they have input the hours manually, so do not add to the current -// day value. + // Try to handle both cases of spinner clicking and text input in a sensible fashion as best as possible. + // There is no way to tell if someone has clicked the spinner to get to 24 or input 24 manually, so in + // this case add to days. Any value > 24 means they have input the hours manually, so do not add to the + // current day value. if (24 == hours) // Got to 24 via spinner clicking or text input of 24 { days = days + hours / 24; -- cgit v1.2.3