Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
indent
Baptiste Daroussin committed 11 years ago
commit c8fb50163cedad7475c3e0be35379d07d1dec126
parent 3857c22
1 file changed +2 -2
modified libpkg/repo/binary/init.c
@@ -432,8 +432,8 @@ pkg_repo_binary_create(struct pkg_repo *repo)
	if (retcode == EPKG_OK) {
		sqlite3_stmt *stmt;
		const char sql[] = ""
-
						"INSERT OR REPLACE INTO repodata (key, value) "
-
						"VALUES (\"packagesite\", ?1);";
+
			"INSERT OR REPLACE INTO repodata (key, value) "
+
			"VALUES (\"packagesite\", ?1);";

		/* register the packagesite */
		if (sql_exec(sqlite, "CREATE TABLE IF NOT EXISTS repodata ("