From: ticktock35 Date: Mon, 15 Dec 2008 05:30:54 +0000 (+0000) Subject: opkg: trivial just indent X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=1fbbf92702edaa05d779cc533af9ab0eb583be00 opkg: trivial just indent git-svn-id: http://opkg.googlecode.com/svn/trunk@162 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/opkg_upgrade.c b/libopkg/opkg_upgrade.c index ed2fc3a..925d9d8 100644 --- a/libopkg/opkg_upgrade.c +++ b/libopkg/opkg_upgrade.c @@ -74,6 +74,6 @@ int opkg_upgrade_pkg(opkg_conf_t *conf, pkg_t *old) free(old_version); free(new_version); - new->state_flag |= SF_USER; - return opkg_install_pkg(conf, new,1); + new->state_flag |= SF_USER; + return opkg_install_pkg(conf, new,1); }