You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/19 22:45:07 UTC

[3/3] git commit: fix formatting of tabs to spaces

fix formatting of tabs to spaces


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/ff312980
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/ff312980
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/ff312980

Branch: refs/heads/master
Commit: ff312980a2af2acbca769a1e7dad30c4f1e27f94
Parents: 40cc7a5
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Thu Jun 19 16:44:15 2014 -0400
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Thu Jun 19 16:44:15 2014 -0400

----------------------------------------------------------------------
 gora-core/src/examples/avro/employee.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/ff312980/gora-core/src/examples/avro/employee.json
----------------------------------------------------------------------
diff --git a/gora-core/src/examples/avro/employee.json b/gora-core/src/examples/avro/employee.json
index cfbbb26..6d0af57 100644
--- a/gora-core/src/examples/avro/employee.json
+++ b/gora-core/src/examples/avro/employee.json
@@ -10,9 +10,9 @@
       {"name": "boss", "type":["null","Employee","string"],"default":null},
       {"name": "webpage","default":null, "type":["null",
         {
-      	  "type": "record",
-      	  "name": "WebPage",
-      	  "namespace": "org.apache.gora.examples.generated",
+          "type": "record",
+          "name": "WebPage",
+          "namespace": "org.apache.gora.examples.generated",
           "fields" : [
            {"name": "url", "type": ["null","string"], "default":null},
            {"name": "content", "type": ["null","bytes"],"default":null},
@@ -29,7 +29,7 @@
             ]
           }}
           ]
-      	}
+        }
       ]}
     ]
   }