On Tue, Mar 23, 2010 at 11:27 PM,  <[email protected]> wrote:
> From: Nathan Kinsinger <[email protected]>
>
>    - add missing return types
>    - add public method declarations to headers
>    - remove private method declarations from headers
>    - create class extensions to declare private methods
> ---

Good changes!

> diff --git a/ApplicationController.m b/ApplicationController.m
> index 3bc6724..3649c3c 100644
> --- a/ApplicationController.m
> +++ b/ApplicationController.m
> -- (ApplicationController*)init
> +- (id) init

newer style GitX code doesn't do a space after the return type, so
it'd be nice to adapt that for new code:

- (NSString *)doSomethingWithArray:(NSArray *)array andPoint:(NSPoint)point;

- Pieter

To unsubscribe from this group, send email to gitx+unsubscribegooglegroups.com 
or reply to this email with the words "REMOVE ME" as the subject.

Reply via email to