Adjust API whitespace to help code folding.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sun, 04 Oct 2009 20:01:58 -0400 | 
    
    
        | parents | ac51c0878e04 | 
    
        | children | 22d5187cb76e | 
    
        | branches/tags | (none) | 
    
        | files | review/api.py | 
Changes
    
--- a/review/api.py	Sun Oct 04 19:58:19 2009 -0400
+++ b/review/api.py	Sun Oct 04 20:01:58 2009 -0400
@@ -61,6 +61,7 @@
 def _parse_signoffdata(data):
     return None
 
+
 class ReviewDatastore(object):
     '''The data store for all the reviews so far.'''
     
@@ -139,6 +140,7 @@
         comment = ReviewComment(self.ui.username(), datetime.utcnow(),
             self.node, filename, lines, message)
         comment.commit(self.ui, self.repo)
+    
 
 class ReviewComment(object):
     '''A single review comment.'''