Skip to content

Commit 0f8be80

Browse files
committed
trigger the pre-commit.
1 parent 89a5681 commit 0f8be80

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

indra/newview/llsyntaxid.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "llviewerregion.h"
3636
#include "llcorehttputil.h"
3737

38+
3839
//-----------------------------------------------------------------------------
3940
// LLSyntaxIdLSL
4041
//-----------------------------------------------------------------------------
@@ -226,7 +227,7 @@ void LLSyntaxDefCache::fetchKeywordsFileCoro(std::string url, LLUUID syntax_id)
226227
// to the default versions, so below, where we get the path to the lua keywords
227228
// well be loading the default version.
228229
buildDefaultCache();
229-
230+
230231
// The LSL keywords we just received
231232
std::string full_path = gDirUtilp->add(path, FILENAME_INTERNAL_LSL);
232233
if (writeCacheFile(full_path, result))

indra/newview/llsyntaxid.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
* Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
2626
* $/LicenseInfo$
2727
*/
28-
#ifndef LL_SYNTAXID_H
29-
#define LL_SYNTAXID_H
28+
#pragma once
3029

3130
#include "llviewerprecompiledheaders.h"
3231

@@ -122,7 +121,7 @@ class LLSyntaxDefCache : public LLSingleton<LLSyntaxDefCache>
122121
static bool isSupportedVersion(const LLSD& content);
123122
void handleRegionChanged();
124123
void handleCapsReceived(const LLUUID& region_uuid);
125-
void setKeywords(const LLSD& lsl, const LLSD& lua) { mLSLKeywords = lsl; mLuaKeywords = lua; };
124+
void setKeywords(const LLSD& lsl, const LLSD& lua) { mLSLKeywords = lsl; mLuaKeywords = lua; };
126125

127126
void loadKeywordsIntoLLSD();
128127

@@ -148,5 +147,3 @@ class LLSyntaxDefCache : public LLSingleton<LLSyntaxDefCache>
148147
LLSD mLuaKeywords;
149148
bool mUseDefsCap{ false };
150149
};
151-
152-
#endif // LLSYNTAXID_H

0 commit comments

Comments
 (0)