mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
if (word.StartsWith("ll")) return false;
|
||||
char first = word.ToCharArray(0,1)[0];
|
||||
if (first >= 'A' && first <= 'Z') return false;
|
||||
|
||||
|
||||
return (reservedWords.BinarySearch(word) >= 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user