Moves a comment to the left to fit better in the code listing frame.

This commit is contained in:
Wojciech Nagrodzki 2014-11-29 09:10:50 +01:00
parent 3bc5a8d7e9
commit 2ea0081930
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1092,7 +1092,7 @@ Consequently the original property is never used except by the shadowing propert
\begin{codelisting}
@interface Figure : NSManagedObject
@property (nonatomic, retain) id imaginaryPositionTransformableType; // stores NSValue object
@property (nonatomic, retain) id imaginaryPositionTransformableType; // stores NSValue object
@end
\end{codelisting}