Remove all trailing whitespaces in this repo.

This commit is contained in:
Huo Yaoyuan
2017-04-06 16:21:18 +08:00
parent 9b1e010dcc
commit 411988f038
34 changed files with 66 additions and 66 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Connections
Colour = Color4.White.Opacity(0.2f),
Radius = 4,
};
Children = new Drawable[]
{
new Box

View File

@ -57,7 +57,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
Judgement.Score = Tracking ? OsuScoreResult.SliderTick : OsuScoreResult.Miss;
}
}
protected override void UpdatePreemptState()
{
var animIn = Math.Min(150, sliderTick.StartTime - FadeInTime);