Skip to content

Commit

Permalink
Tabs > Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dorodnic authored Feb 3, 2019
1 parent 5028c78 commit 72f23b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wrappers/csharp/Intel.RealSense/Devices/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ public SensorList Sensors
return QuerySensors();
}
}
public void HardwareReset()
{
object error;
NativeMethods.rs2_hardware_reset(m_instance, out error);
}
public void HardwareReset()
{
object error;
NativeMethods.rs2_hardware_reset(m_instance, out error);
}

#region IDisposable Support
private bool disposedValue = false; // To detect redundant calls
Expand Down

0 comments on commit 72f23b4

Please sign in to comment.