mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Formatting: add missing semi-colon to CPWindowController.j
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
{
|
||||
[viewControllerView removeFromSuperview];
|
||||
[viewControllerView setFrame:[contentView frame]];
|
||||
[viewControllerView setAutoresizingMask:[contentView autoresizingMask]]
|
||||
[viewControllerView setAutoresizingMask:[contentView autoresizingMask]];
|
||||
[[self window] setContentView:viewControllerView];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user