aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs')
-rw-r--r--Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs b/Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs
index b0e40c5cd..cce4925cc 100644
--- a/Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs
+++ b/Emby.Common.Implementations/IO/SharpCifs/Smb/IInfo.cs
@@ -16,14 +16,14 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
namespace SharpCifs.Smb
{
- internal interface IInfo
- {
- int GetAttributes();
+ internal interface IInfo
+ {
+ int GetAttributes();
- long GetCreateTime();
+ long GetCreateTime();
- long GetLastWriteTime();
+ long GetLastWriteTime();
- long GetSize();
- }
+ long GetSize();
+ }
}