mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Switch to clang-format for code formatting, include Mac client
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
|
||||
@protocol InfoViewController
|
||||
|
||||
- (void) setInfoForTorrents: (NSArray *) torrents;
|
||||
- (void) updateInfo;
|
||||
- (void)setInfoForTorrents:(NSArray*)torrents;
|
||||
- (void)updateInfo;
|
||||
|
||||
@optional
|
||||
- (void) clearView;
|
||||
- (void) saveViewSize;
|
||||
- (void)clearView;
|
||||
- (void)saveViewSize;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user