Remove excess whitespace.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-06-25 00:05:44 -04:00
parent 928945bd51
commit 610733eafd
8 changed files with 14 additions and 15 deletions

View file

@ -158,7 +158,7 @@ if ($_COOKIE["AURSID"]):
} }
# some error checking on PKGBUILD contents - just make sure each # some error checking on PKGBUILD contents - just make sure each
# variable has a value. This does not do any validity checking # variable has a value. This does not do any validity checking
# on the values, or attempts to fix line continuation/wrapping. # on the values, or attempts to fix line continuation/wrapping.
# #
if (!$seen_build_function) { if (!$seen_build_function) {

View file

@ -53,4 +53,3 @@ while ($row = mysql_fetch_assoc($result)) {
#save it so that useCached() can find it #save it so that useCached() can find it
$rss->saveFeed("RSS2.0","xml/newestpkg.xml",true); $rss->saveFeed("RSS2.0","xml/newestpkg.xml",true);
?>

View file

@ -176,7 +176,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
global $SUPPORTED_LANGS; global $SUPPORTED_LANGS;
if(isset($_COOKIE['AURSID'])) if(isset($_COOKIE['AURSID']))
$editor_user = uid_from_sid($_COOKIE['AURSID']); $editor_user = uid_from_sid($_COOKIE['AURSID']);
else else
$editor_user = null; $editor_user = null;
@ -237,7 +237,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
$row = mysql_fetch_array($result); $row = mysql_fetch_array($result);
if ($row[0]) { if ($row[0]) {
$error = __("The username, %h%s%h, is already in use.", $error = __("The username, %h%s%h, is already in use.",
"<b>", $U, "</b>"); "<b>", $U, "</b>");
} }
} }
} }