From 4343c499620e1e494a349f5c2ea054a24435a592 Mon Sep 17 00:00:00 2001 From: James Gilliland Date: Fri, 5 Jun 2015 09:56:58 -0500 Subject: [PATCH] Remove trailing whitespace nit nit nit --- lib/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/password.php b/lib/password.php index 96f22eb..648f52c 100644 --- a/lib/password.php +++ b/lib/password.php @@ -12,7 +12,7 @@ if (!defined('PASSWORD_BCRYPT')) { /** * PHPUnit Process isolation caches constants, but not function declarations. - * So we need to check if the constants are defined separately from + * So we need to check if the constants are defined separately from * the functions to enable supporting process isolation in userland * code. */