Switch to clang-format for code formatting, include Mac client

This commit is contained in:
Mike Gelfand
2021-08-15 12:41:48 +03:00
parent 409f59889b
commit db3d40d0ed
349 changed files with 16657 additions and 12081 deletions
+4 -4
View File
@@ -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