From 7d8acf5ff4fbe93680f440c34b81b0fd6ed4fa04 Mon Sep 17 00:00:00 2001 From: Scott Gonyea Date: Sun, 10 Oct 2010 19:47:50 -0700 Subject: [PATCH] Small alignmenterying. --- rb_fraction.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rb_fraction.m b/rb_fraction.m index 9c7047f..3837d4b 100644 --- a/rb_fraction.m +++ b/rb_fraction.m @@ -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];