X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=OpenTween%2FTwitter.cs;h=365cb4ff4c96485c0fb3a997b61916630df4a0de;hb=a8046d63b61f802c2c2f50b7f587ec8f73e09d58;hp=853ad488923abf69765d965c49fe4756195f6c23;hpb=23bee06dc68c18e1b800aff65f217dd051bf4537;p=opentween%2Fopen-tween.git diff --git a/OpenTween/Twitter.cs b/OpenTween/Twitter.cs index 853ad488..365cb4ff 100644 --- a/OpenTween/Twitter.cs +++ b/OpenTween/Twitter.cs @@ -1241,7 +1241,9 @@ namespace OpenTween { post.SourceUri = new Uri(SourceUriBase, app.Url); } - catch (UriFormatException) { } + catch (UriFormatException) + { + } } post.IsRead = read; @@ -1375,7 +1377,8 @@ namespace OpenTween newFollowerIds = newFollowerIds.Concat(ret.Ids); cursor = ret.NextCursor; - } while (cursor != 0); + } + while (cursor != 0); this.followerId = newFollowerIds.ToHashSet(); TabInformations.GetInstance().RefreshOwl(this.followerId); @@ -1623,7 +1626,8 @@ namespace OpenTween newBlockIds = newBlockIds.Concat(ret.Ids); cursor = ret.NextCursor; - } while (cursor != 0); + } + while (cursor != 0); var blockIdsSet = newBlockIds.ToHashSet(); blockIdsSet.Remove(this.UserId); // 元のソースにあったので一応残しておく