mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-28 15:24:14 +01:00
Remove trailing whitespace.
This commit is contained in:
parent
d5a56f6b8c
commit
91e49cefd4
@ -118,7 +118,7 @@ class DbImpl extends Db
|
||||
|
||||
/**
|
||||
* function to close the cursor after having fetched rows
|
||||
*
|
||||
*
|
||||
* @param object $result Query result object or null to use the current one
|
||||
*
|
||||
*/
|
||||
|
@ -117,7 +117,7 @@ class DbImpl extends Db
|
||||
|
||||
/**
|
||||
* function to close the cursor after having fetched rows
|
||||
*
|
||||
*
|
||||
* @param object $result Query result object or null to use the current one
|
||||
*
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- 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 (
|
||||
id INT NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user