Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
ccesario committed Aug 18, 2012
1 parent 16cbf53 commit 67cf1e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pfsensebkp/pfsensebkp.php
Expand Up @@ -194,12 +194,12 @@ function encryptStr($strPlain)


/**
* decryptStr()
* Function to decrypt ecrypted string
*
* @param string $strCrypt
* @param global string $privateKey
* @return string
* decryptStr()
* Function to decrypt ecrypted string
*
* @param string $strCrypt
* @param global string $privateKey
* @return string
*/
function decryptStr($strCrypt)
{
Expand Down

0 comments on commit 67cf1e8

Please sign in to comment.