[ARVADOS] updated: 4499ee93f46d6bcc3918ee793e2cb31dfa0f1b04

git at public.curoverse.com git at public.curoverse.com
Wed Jul 16 09:36:15 EDT 2014


Summary of changes:
 services/keep/src/keep/keep.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

       via  4499ee93f46d6bcc3918ee793e2cb31dfa0f1b04 (commit)
      from  3a1881893ea120db630121357bc05d945119792b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4499ee93f46d6bcc3918ee793e2cb31dfa0f1b04
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Jul 16 09:35:57 2014 -0400

    3220: Fix whitespace

diff --git a/services/keep/src/keep/keep.go b/services/keep/src/keep/keep.go
index 15b73ff..a3f66e9 100644
--- a/services/keep/src/keep/keep.go
+++ b/services/keep/src/keep/keep.go
@@ -602,17 +602,17 @@ func GetBlock(hash string) ([]byte, error) {
 			} else {
 				// Success!
 				if error_to_caller != NotFoundError {
-						log.Printf("%s: checksum mismatch for request %s but a good copy was found on another volume and returned\n",
-							vol, hash)
+					log.Printf("%s: checksum mismatch for request %s but a good copy was found on another volume and returned\n",
+						vol, hash)
 				}
 				return buf, nil
 			}
 		}
 	}
 
-  if error_to_caller != NotFoundError {
-    log.Printf("%s: checksum mismatch, no good copy found\n", hash)
-  }
+	if error_to_caller != NotFoundError {
+		log.Printf("%s: checksum mismatch, no good copy found\n", hash)
+	}
 	return nil, error_to_caller
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list