Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-08-09 00:43:13 +09:00
parent e88903f481
commit bc6ec3b564
10 changed files with 20 additions and 20 deletions

View File

@@ -1443,7 +1443,7 @@ namespace OpenSim.Data.SQLite
// row["RegionUUID"] = regionUUID;
// row["Revision"] = rev;
// MemoryStream str = new MemoryStream(((int)Constants.RegionSize * (int)Constants.RegionSize )*sizeof (double));
// MemoryStream str = new MemoryStream(((int)Constants.RegionSize * (int)Constants.RegionSize)*sizeof (double));
// BinaryWriter bw = new BinaryWriter(str);
// // TODO: COMPATIBILITY - Add byte-order conversions