EditorConfig reformat: BDInfo, DvdLib, Emby.Dlna

This commit is contained in:
Erwin de Haan 2019-01-13 20:29:23 +01:00
parent 8fd0bc63b9
commit cc719fd77c
12 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

View File

@ -156,4 +156,4 @@ namespace DvdLib.Ifo
}
}
}
}
}

View File

@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

View File

@ -80,4 +80,4 @@ namespace Emby.Dlna.Api
_dlnaManager.CreateProfile(request);
}
}
}
}

View File

@ -15,4 +15,4 @@ namespace Emby.Dlna
Headers = new Dictionary<string, string>();
}
}
}
}

View File

@ -6,4 +6,4 @@ namespace Emby.Dlna.PlayTo
{
public uBaseObject MediaInfo { get; set; }
}
}
}

View File

@ -12,4 +12,4 @@ namespace Emby.Dlna.PlayTo
public uBaseObject OldMediaInfo { get; set; }
public uBaseObject NewMediaInfo { get; set; }
}
}
}

View File

@ -12,4 +12,4 @@ namespace Emby.Dlna.PlayTo
public DeviceProfile Profile { get; set; }
}
}
}

View File

@ -8,4 +8,4 @@
PAUSED_PLAYBACK,
PAUSED
}
}
}

View File

@ -6,4 +6,4 @@ namespace Emby.Dlna.PlayTo
{
public XElement Element { get; set; }
}
}
}

View File

@ -217,4 +217,4 @@ namespace Emby.Dlna.Profiles
};
}
}
}
}

View File

@ -362,4 +362,4 @@ namespace Emby.Dlna.Profiles
};
}
}
}
}