Skip to content

Commit

Permalink
Small alignmenterying.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgonyea committed Oct 11, 2010
1 parent 5fda1c4 commit 7d8acf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_fraction.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import "rb_fraction.h"

// Defining a space for information and references about the module to be stored internally
VALUE rb_cFraction = Qnil;
Fraction *frac;
VALUE rb_cFraction = Qnil;
Fraction *frac = nil;

void Init_fraction() {
frac = [[Fraction alloc] init];
Expand Down

0 comments on commit 7d8acf5

Please sign in to comment.