فهرست منبع

fix brace spacing for do while loops

telans 5 سال پیش
والد
کامیت
ab3dece9f1
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      DvdLib/Ifo/Dvd.cs
  2. 0 1
      MediaBrowser.Providers/Plugins/MusicBrainz/AlbumProvider.cs

+ 0 - 1
DvdLib/Ifo/Dvd.cs

@@ -125,7 +125,6 @@ namespace DvdLib.Ifo
                             if (titleNum + 1 < numTitles && vtsFs.Position == (baseAddr + offsets[titleNum + 1])) break;
                             chapNum++;
                         }
-
                         while (vtsFs.Position < (baseAddr + endaddr));
                     }
 

+ 0 - 1
MediaBrowser.Providers/Plugins/MusicBrainz/AlbumProvider.cs

@@ -792,7 +792,6 @@ namespace MediaBrowser.Providers.Music
 
                 // We retry a finite number of times, and only whilst MB is indicating 503 (throttling)
             }
-
             while (attempts < MusicBrainzQueryAttempts && response.StatusCode == HttpStatusCode.ServiceUnavailable);
 
             // Log error if unable to query MB database due to throttling