Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
indent
Baptiste Daroussin committed 11 years ago
commit c8fb50163cedad7475c3e0be35379d07d1dec126
parent 3857c223685f8d828b777a9f4aa36359e4c10597
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 ("