mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 18:02:58 +00:00
[feature/consistent-file-endings] Make sure files have empty line at the end.
This commit is contained in:
parent
5923f4ad68
commit
eb64dfef7d
@ -1292,4 +1292,4 @@ class Crypt_DES {
|
||||
}
|
||||
|
||||
// vim: ts=4:sw=4:et:
|
||||
// vim6: fdl=1:
|
||||
// vim6: fdl=1:
|
||||
|
@ -822,4 +822,4 @@ class Crypt_Hash {
|
||||
$string = substr($string, $index);
|
||||
return $substr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -531,4 +531,4 @@ class Crypt_RC4 {
|
||||
$this->decryptStream = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2545,4 +2545,4 @@ class Crypt_RSA {
|
||||
return $this->_rsassa_pss_verify($message, $signature);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1475,4 +1475,4 @@ class Crypt_Rijndael {
|
||||
}
|
||||
|
||||
// vim: ts=4:sw=4:et:
|
||||
// vim6: fdl=1:
|
||||
// vim6: fdl=1:
|
||||
|
@ -519,4 +519,4 @@ class File_ANSI {
|
||||
|
||||
return '<pre style="color: white; background: black" width="' . ($this->max_x + 1) . '">' . $scrollback . '</pre>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3548,4 +3548,4 @@ class Math_BigInteger {
|
||||
$temp = unpack('Nint', str_pad($x, 4, chr(0), STR_PAD_LEFT));
|
||||
return $temp['int'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user