white space & formatting cleanup

0.6.3-post-fixes
Dr Scofield 2009-01-22 16:43:28 +00:00
parent 7e08d7da15
commit 20359e8591
3 changed files with 57 additions and 58 deletions

View File

@ -190,9 +190,8 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Archiver
TarArchiveReader.TarEntryType entryType;
while ((data = archive.ReadEntry(out filePath, out entryType)) != null)
{
if (entryType==TarArchiveReader.TarEntryType.TYPE_DIRECTORY) {
m_log.WarnFormat("[ARCHIVER]: Ignoring directory entry {0}",
filePath);
if (entryType == TarArchiveReader.TarEntryType.TYPE_DIRECTORY) {
m_log.WarnFormat("[ARCHIVER]: Ignoring directory entry {0}", filePath);
} else if (filePath.StartsWith(ArchiveConstants.ASSETS_PATH))
{
if (LoadAsset(filePath, data))