mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Coding style fixes.
This commit is contained in:
parent
f89a2a4045
commit
739f4d97a6
10 changed files with 14 additions and 14 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "keys/CompositeKey.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
// don't set applicationName or organizationName as that changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue