<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,24 +9,24 @@
         ;; Set the global variable $ac equal to the appController for easy access in the console.
         (set $ac self)
         (self setValue:5 forKey:&quot;fido&quot;)
-		(set n (self valueForKey:&quot;fido&quot;))
-		(NSLog &quot;fido = #{n}&quot;)
+        (set n (self valueForKey:&quot;fido&quot;))
+        (NSLog &quot;fido = #{n}&quot;)
         self)
+     
+     (- (void) incrementFido: (id) sender is
+        ;; We don't need to call willChangeValueForKey or didChangeValueForKey
+        (set @fido (+ @fido 1))
+        (NSLog &quot;fido is now #{@fido}&quot;))
+     
+     (- (int) fido is
+        (NSLog &quot;-fido is returning #{@fido}&quot;)
+        @fido)
+     
+     (- (void) setFido: (int) x is
+        (NSLog &quot;-setFido: is called with #{x}&quot;)
+        (set @fido x)))
 
-	(- (void) incrementFido: (id) sender is
-		;; We don't need to call willChangeValueForKey or didChangeValueForKey
-		(set @fido (+ @fido 1))
-		(NSLog &quot;fido is now #{@fido}&quot;))
-
-	(- (int) fido is
-		(NSLog &quot;-fido is returning #{@fido}&quot;)
-		@fido)
-	
-	(- (void) setFido: (int) x is
-		(NSLog &quot;-setFido: is called with #{x}&quot;)
-		(set @fido x)))
 
-     
 (set SHOW_CONSOLE_AT_STARTUP nil)
 
 ;; @class ApplicationDelegate</diff>
      <filename>07_KVC/KVCFun_A/nu/main.nu</filename>
    </modified>
    <modified>
      <diff>@@ -10,14 +10,14 @@
         ;; Set the global variable $ac equal to the appController for easy access in the console.
         (set $ac self)
         (self setValue:5 forKey:&quot;fido&quot;)
-		(set n (self valueForKey:&quot;fido&quot;))
-		(NSLog &quot;fido = #{n}&quot;)
+        (set n (self valueForKey:&quot;fido&quot;))
+        (NSLog &quot;fido = #{n}&quot;)
         self)
-
-	(- (void) incrementFido: (id) sender is
-		;; We don't need to call willChangeValueForKey or didChangeValueForKey
-		(set @fido (+ @fido 1))
-		(NSLog &quot;fido is now #{@fido}&quot;)))
+     
+     (- (void) incrementFido: (id) sender is
+        ;; We don't need to call willChangeValueForKey or didChangeValueForKey
+        (set @fido (+ @fido 1))
+        (NSLog &quot;fido is now #{@fido}&quot;)))
 
 (set SHOW_CONSOLE_AT_STARTUP nil)
 </diff>
      <filename>07_KVC/KVCFun_FINAL/nu/main.nu</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac89f2a86f948a9d4063c1178270bd222b0cd838</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Yedidia</name>
    <email>yedidia@merl.com</email>
  </author>
  <url>http://github.com/timburks/cocoa-programming-with-nu/commit/bd33a8bd101b1be4dd07e27082d6cb65343fca5e</url>
  <id>bd33a8bd101b1be4dd07e27082d6cb65343fca5e</id>
  <committed-date>2008-05-26T17:44:04-07:00</committed-date>
  <authored-date>2008-05-26T17:44:04-07:00</authored-date>
  <message>Beautified main.nu files in 07_KVC</message>
  <tree>6dc4a38ce50c0f5baa2afee3b718a3dfa5956a37</tree>
  <committer>
    <name>Jonathan Yedidia</name>
    <email>yedidia@merl.com</email>
  </committer>
</commit>
