diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 23:34:37 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-05-04 23:34:37 +0000 |
commit | ff2ce160cb3b6f74269e2a1808146e5e86d4bd77 (patch) | |
tree | e7b62387f42efcd449bcaf9d81979cd5f72c016a /gcc/doc/objc.texi | |
parent | 91e4938b8c0f979f84c2b66d1ff5370e83e00eb0 (diff) | |
download | gcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.zip gcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.tar.gz gcc-ff2ce160cb3b6f74269e2a1808146e5e86d4bd77.tar.bz2 |
Remove extra spacing at the end of the line.
From-SVN: r173401
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index 5d75038..44bd671 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -1029,7 +1029,7 @@ If you want your own collection object to be usable with fast enumeration, you need to have it implement the method @smallexample -- (unsigned long) countByEnumeratingWithState: (NSFastEnumerationState *)state +- (unsigned long) countByEnumeratingWithState: (NSFastEnumerationState *)state objects: (id *)objects count: (unsigned long)len; @end smallexample @@ -1138,7 +1138,7 @@ the method + (BOOL) resolveInstanceMethod: (SEL)selector; @end smallexample -in the case of an instance method, or +in the case of an instance method, or @smallexample + (BOOL) resolveClassMethod: (SEL)selector; |