mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Formatting cleanup.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenSim.Data.MSSQLMapper
|
||||
|
||||
public override object ConvertToDbType(object value)
|
||||
{
|
||||
if( value is UInt32 )
|
||||
if (value is UInt32)
|
||||
{
|
||||
UInt32 tmpVal = (UInt32) value;
|
||||
Int64 result = Convert.ToInt64(tmpVal);
|
||||
|
||||
Reference in New Issue
Block a user