summaryrefslogtreecommitdiff
path: root/indra/newview/llinspecttexture.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-29 07:43:28 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-29 07:56:09 +0300
commit1b68f71348ecf3983b76b40d7940da8377f049b7 (patch)
tree2974eddaef130a067c26033d60a59fc790365b3d /indra/newview/llinspecttexture.h
parentaf4ea94efc1999f3b19fd8d643d0331f0b77e265 (diff)
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
Diffstat (limited to 'indra/newview/llinspecttexture.h')
-rw-r--r--indra/newview/llinspecttexture.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llinspecttexture.h b/indra/newview/llinspecttexture.h
index ff0d80b825..d735789bf1 100644
--- a/indra/newview/llinspecttexture.h
+++ b/indra/newview/llinspecttexture.h
@@ -31,19 +31,19 @@ class LLTexturePreviewView;
namespace LLInspectTextureUtil
{
- LLToolTip* createInventoryToolTip(LLToolTip::Params p);
+ LLToolTip* createInventoryToolTip(LLToolTip::Params p);
}
class LLTextureToolTip : public LLToolTip
{
public:
- LLTextureToolTip(const LLToolTip::Params& p);
- ~LLTextureToolTip();
+ LLTextureToolTip(const LLToolTip::Params& p);
+ ~LLTextureToolTip();
public:
- void initFromParams(const LLToolTip::Params& p) override;
+ void initFromParams(const LLToolTip::Params& p) override;
protected:
- LLTexturePreviewView* mPreviewView;
- S32 mPreviewSize;
+ LLTexturePreviewView* mPreviewView;
+ S32 mPreviewSize;
};