code_style: whitespace cleanup

This commit is contained in:
Nathan Baulch 2025-06-12 09:19:34 +10:00
parent dde08c507a
commit f4572c640b
44 changed files with 65 additions and 88 deletions

View file

@ -204,7 +204,6 @@ namespace SourceGit.Models
for (int i = 0; i <= half; i++) for (int i = 0; i <= half; i++)
{ {
for (int j = -i; j <= i; j += 2) for (int j = -i; j <= i; j += 2)
{ {
var idx = j + half; var idx = j + half;

View file

@ -62,7 +62,6 @@
</Button> </Button>
</StackPanel> </StackPanel>
<TextBlock x:Name="TxtCopyright" Margin="0,40,0,0" Foreground="{DynamicResource Brush.FG2}"/> <TextBlock x:Name="TxtCopyright" Margin="0,40,0,0" Foreground="{DynamicResource Brush.FG2}"/>
</StackPanel> </StackPanel>
</Grid> </Grid>

View file

@ -10,4 +10,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -96,4 +96,3 @@
</ListBox.ItemTemplate> </ListBox.ItemTemplate>
</ListBox> </ListBox>
</UserControl> </UserControl>

View file

@ -537,4 +537,3 @@ namespace SourceGit.Views
private bool _disableSelectionChangingEvent = false; private bool _disableSelectionChangingEvent = false;
} }
} }

View file

@ -120,4 +120,3 @@
</Grid> </Grid>
</Border> </Border>
</UserControl> </UserControl>

View file

@ -10,4 +10,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -163,5 +163,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -46,4 +46,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -10,5 +10,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -132,4 +132,3 @@
</StackPanel> </StackPanel>
</Grid> </Grid>
</UserControl> </UserControl>

View file

@ -152,4 +152,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -97,4 +97,3 @@
</DataTemplate> </DataTemplate>
</UserControl.DataTemplates> </UserControl.DataTemplates>
</UserControl> </UserControl>

View file

@ -163,4 +163,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -25,7 +25,6 @@ namespace SourceGit.Views
TextArea.TextView.Margin = new Thickness(4, 0); TextArea.TextView.Margin = new Thickness(4, 0);
TextArea.TextView.Options.EnableHyperlinks = false; TextArea.TextView.Options.EnableHyperlinks = false;
TextArea.TextView.Options.EnableEmailHyperlinks = false; TextArea.TextView.Options.EnableEmailHyperlinks = false;
} }
protected override void OnLoaded(RoutedEventArgs e) protected override void OnLoaded(RoutedEventArgs e)

View file

@ -133,4 +133,3 @@
</DataTemplate> </DataTemplate>
</UserControl.DataTemplates> </UserControl.DataTemplates>
</UserControl> </UserControl>

View file

@ -230,4 +230,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -32,4 +32,3 @@
</StackPanel> </StackPanel>
</Grid> </Grid>
</UserControl> </UserControl>

View file

@ -50,4 +50,3 @@ namespace SourceGit.Views
} }
} }
} }

View file

@ -108,4 +108,3 @@
</ListBox> </ListBox>
</Grid> </Grid>
</UserControl> </UserControl>

View file

@ -46,4 +46,3 @@ namespace SourceGit.Views
} }
} }
} }