Browse Source

core: formatting change

bboozzoo/wip
Maciek Borzecki 8 years ago
parent
commit
462ecc3a60
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/mconnect/core.vala

+ 2
- 2
src/mconnect/core.vala View File

@ -49,8 +49,8 @@ class Core : Object {
core.crypt = crypt;
core.handlers = handlers;
info("supported interfaces: %s", string.joinv(", ",
handlers.interfaces));
info("supported interfaces: %s",
string.joinv(", ", handlers.interfaces));
Core._instance = core;
}


Loading…
Cancel
Save