Files
Texture/docs/_docs
Sylvain Defresne 39ea9fe2f2 Remove trailing semicolons between method parameters and body (#1973)
Having a semi-colon between a method parameters list and a method
body is not not correct and is usually caused by a copy and paste
error while creating the method definition from its declaration.

Fixes the following compilation warnings when building with
-Wsemicolon-before-method-body (which is part of -Wextra):

  ASPINRemoteImageDownloader.mm:230:85: error: semicolon before method body is ignored [-Werror,-Wsemicolon-before-method-body]
  - (id <ASImageContainerProtocol>)synchronouslyFetchedCachedImageWithURL:(NSURL *)URL;
                                                                                      ^
  ASPINRemoteImageDownloader.mm:275:76: error: semicolon before method body is ignored [-Werror,-Wsemicolon-before-method-body]
                           completion:(ASImageDownloaderCompletion)completion;
                                                                             ^
  2 errors generated.

Fixes applied to both code, examples and samples in documentation.
2021-03-26 11:07:31 -07:00
..
2017-04-14 09:37:38 -07:00
2018-08-30 22:04:23 -07:00
2017-04-14 09:37:38 -07:00
2019-02-22 11:28:26 -08:00
2017-04-14 09:37:38 -07:00
2018-01-29 12:05:48 +00:00
2019-07-15 12:02:43 -07:00
2018-11-12 08:23:41 -08:00
2021-02-01 16:56:33 -08:00
2017-04-14 09:37:38 -07:00
2017-04-14 09:37:38 -07:00
2019-02-22 11:28:26 -08:00
2017-07-31 10:37:28 -07:00
2019-02-14 09:17:38 -08:00
2017-04-14 09:37:38 -07:00