diff options
| author | Henri Beauchamp <sldev@free.fr> | 2024-07-09 00:00:29 +0200 | 
|---|---|---|
| committer | Henri Beauchamp <sldev@free.fr> | 2024-07-09 00:00:29 +0200 | 
| commit | db6fdcf2df62d1b2bef2bd0a9019b74663b8568c (patch) | |
| tree | 48c78d41899788000105260fd690b3fc8da6ac9d | |
| parent | 0df35799a39b8a76d13ccb4c1ab4d57a0ab6d129 (diff) | |
Spacing-anality :-D
| -rw-r--r-- | indra/newview/llxmlrpctransaction.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp index 9dedb685db..12ba491411 100644 --- a/indra/newview/llxmlrpctransaction.cpp +++ b/indra/newview/llxmlrpctransaction.cpp @@ -100,8 +100,8 @@ public:      std::string         mResponseText;      LLSD                mResponseData; -	bool                mHasResponse; -	bool                mResponseParsed; +    bool                mHasResponse; +    bool                mResponseParsed;      std::string         mCertStore;      LLSD                mErrorCertData;  | 
