]> git.pond.sub.org Git - empserver/commitdiff
Fix bad line breaks.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 11 Oct 2005 19:21:57 +0000 (19:21 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 11 Oct 2005 19:21:57 +0000 (19:21 +0000)
src/lib/commands/mark.c
src/lib/commands/repo.c

index 3d194f54e81a1b913efa10fa7c7bf5b6631c0713..d9e315fab4a2c4771a7d563c69876ddc199cdaf6 100644 (file)
@@ -114,8 +114,7 @@ display_mark(i_type only_itype, int only_cheapest)
        for (sellers = 0; getcomm(sellers, &comm); sellers++) {
            if (comm.com_owner == 0)
                continue;
-           if (CANT_HAPPEN(comm.com_type <= I_NONE
-                               || comm.com_type > I_MAX))
+           if (CANT_HAPPEN(comm.com_type <= I_NONE || comm.com_type > I_MAX))
                continue;
            if (cheapest_items[comm.com_type] != -1) {
                getcomm(cheapest_items[comm.com_type], &comm2);
index fced03fec4350e5b2007b0bfec9f96e613106151..40343b94a1142e152ffcdaf967dee258dfe296fe 100644 (file)
@@ -145,8 +145,7 @@ repo_list(struct stats *stat, natid cn, struct natstr *natp)
            pr("\n");
        } else {
            if ((cap.sct_own != cn) ||
-               (cap.sct_type != SCT_CAPIT &&
-                cap.sct_type != SCT_MOUNT) ||
+               (cap.sct_type != SCT_CAPIT && cap.sct_type != SCT_MOUNT) ||
                (natp->nat_flags & NF_SACKED))
                pr("In flux\n");
            else if (natp->nat_money <= 0)