From 05f90cb45c803b8dc9dca796a316e7f638c22fc6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Jul 2019 13:48:00 +0200 Subject: buildmaster/gpg-keys.php: style --- buildmaster/gpg-keys.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster') diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php index 8f3c44b..83ec71d 100644 --- a/buildmaster/gpg-keys.php +++ b/buildmaster/gpg-keys.php @@ -62,7 +62,7 @@ require_once BASE . "/lib/http.php"; while ($row = $result -> fetch_assoc()) { foreach ($row as $key => $value) { if ($value == "") { - $row[$key]=" "; + $row[$key] = " "; } } print " \n"; -- cgit v1.2.3