1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Remove trailing whitespace.

This commit is contained in:
Jean Paul Galea 2015-07-15 16:55:06 +02:00
parent d5a56f6b8c
commit 91e49cefd4
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ class DbImpl extends Db
/** /**
* function to close the cursor after having fetched rows * function to close the cursor after having fetched rows
* *
* @param object $result Query result object or null to use the current one * @param object $result Query result object or null to use the current one
* *
*/ */

View File

@ -117,7 +117,7 @@ class DbImpl extends Db
/** /**
* function to close the cursor after having fetched rows * function to close the cursor after having fetched rows
* *
* @param object $result Query result object or null to use the current one * @param object $result Query result object or null to use the current one
* *
*/ */

View File

@ -1,5 +1,5 @@
-- I created a new sql file because oracle does not allow boolean type -- I created a new sql file because oracle does not allow boolean type
-- so I used the type NUMBER(1) which is pretty similar -- so I used the type NUMBER(1) which is pretty similar
CREATE TABLE clients ( CREATE TABLE clients (
id INT NOT NULL, id INT NOT NULL,