You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:11 UTC

[17/50] rebar commit: updated refs/heads/import to 5dea85d

Fix rebar.config.sample formatting


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/094b74e4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/094b74e4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/094b74e4

Branch: refs/heads/import
Commit: 094b74e488291156cda8d12fffa6f62750d44f47
Parents: 881df99
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Fri May 15 11:56:00 2015 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Fri May 22 09:53:09 2015 +0200

----------------------------------------------------------------------
 rebar.config.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/094b74e4/rebar.config.sample
----------------------------------------------------------------------
diff --git a/rebar.config.sample b/rebar.config.sample
index 90ea6ee..b650bc9 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -91,9 +91,9 @@
 
 %% == Proto compiler ==
 {proto_opts, [
-    {compiler, protobuffs},
-    {src_dirs, ["src"]}
-]}.
+              {compiler, protobuffs},
+              {src_dirs, ["src"]}
+             ]}.
 %% Available compilers for protocol buffer files (*.proto):
 %%   protobuffs  (default)
 %%   gpb