Set svn:eol-style. Cleaned up set-eol-style.sh a bit.

This commit is contained in:
Jeff Ames
2007-12-15 02:36:31 +00:00
parent a7320acac1
commit 53b5fa4974
2 changed files with 21 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
using libsecondlife;
namespace OpenSim.Framework
{
public struct AssetRequest
{
public LLUUID AssetID;
public bool IsTexture;
}
using libsecondlife;
namespace OpenSim.Framework
{
public struct AssetRequest
{
public LLUUID AssetID;
public bool IsTexture;
}
}