You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/02/06 21:59:05 UTC

[06/13] couch commit: updated refs/heads/COUCHDB-3287-pluggable-storage-engines to e4e3a68

couch_db_int.hrl fixed syntax


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

Branch: refs/heads/COUCHDB-3287-pluggable-storage-engines
Commit: b37475f2276682fe023673d09f7748421b123707
Parents: 5433b1c
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Feb 6 14:44:39 2017 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Feb 6 14:44:39 2017 -0600

----------------------------------------------------------------------
 src/couch_db_int.hrl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/b37475f2/src/couch_db_int.hrl
----------------------------------------------------------------------
diff --git a/src/couch_db_int.hrl b/src/couch_db_int.hrl
index 37305e0..2b41b73 100644
--- a/src/couch_db_int.hrl
+++ b/src/couch_db_int.hrl
@@ -10,6 +10,7 @@
 % License for the specific language governing permissions and limitations under
 % the License.
 
+
 -record(db, {
     name,
     filepath,
@@ -62,7 +63,7 @@
     _, % Options
     _, % Compression
     _, % BeforeDocUpdate
-    _, % AfterDocRead
+    _  % AfterDocRead
 }).