Back out whitespace changes to esqlite.app.src.

This commit is contained in:
Eric Scouten
2017-03-21 08:50:42 -07:00
parent 067166b965
commit 5de69f3107

View File

@@ -1,5 +1,6 @@
{application, esqlite,
[{description,"sqlite nif interface"},
[
{description, "sqlite nif interface"},
{vsn, "0.2.3"},
{modules, [esqlite3, esqlite3_nif]},
{registered, []},
@@ -7,5 +8,9 @@
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/mmzeeman/esqlite"}]},
{include_files, ["Makefile"]},
{applications,[kernel,stdlib]},
{env,[]}]}.
{applications, [
kernel,
stdlib
]},
{env, []}
]}.