From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1085964-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64E65138334 for <garchives@archives.gentoo.org>; Sat, 27 Apr 2019 08:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40745E0869; Sat, 27 Apr 2019 08:38:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22D7DE0869 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 08:38:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C282342930 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 08:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C845A5 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 08:38:13 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org> Message-ID: <1556354280.6abbc83f08aaea6ac17c6f68f674d52da596c34d.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: libq/ X-VCS-Repository: proj/portage-utils X-VCS-Files: libq/atom.c X-VCS-Directories: libq/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6abbc83f08aaea6ac17c6f68f674d52da596c34d X-VCS-Branch: master Date: Sat, 27 Apr 2019 08:38:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e88e49d-9ff5-41c9-bae9-04b28ac506f6 X-Archives-Hash: ce0ffc29ed96dd8c1ef78a2e3064df36 commit: 6abbc83f08aaea6ac17c6f68f674d52da596c34d Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 08:38:00 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 08:38:00 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=6abbc83f libq/atom: fix whitespace Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> libq/atom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libq/atom.c b/libq/atom.c index 5ded0d9..75a621f 100644 --- a/libq/atom.c +++ b/libq/atom.c @@ -148,7 +148,7 @@ atom_explode(const char *atom) ret->slotdep = ATOM_SD_ANY_IGNORE; *ptr = '\0'; } - + /* cut in two when sub-slot */ if ((ptr = strchr(ret->SLOT, '/')) != NULL) { *ptr++ = '\0';