mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-30 06:39:31 +02:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
parent
88214a0d3c
commit
5a9cbc97e3
7 changed files with 10 additions and 10 deletions
|
@ -69,8 +69,8 @@ ArchPluginWindows::load()
|
||||||
void* lib = reinterpret_cast<void*>(library);
|
void* lib = reinterpret_cast<void*>(library);
|
||||||
String filename = synergy::string::removeFileExt(*it);
|
String filename = synergy::string::removeFileExt(*it);
|
||||||
m_pluginTable.insert(std::make_pair(filename, lib));
|
m_pluginTable.insert(std::make_pair(filename, lib));
|
||||||
|
|
||||||
const char* version = (char*)invoke(filename.c_str(), "version",NULL);
|
const char* version = (char*)invoke(filename.c_str(), "version",NULL);
|
||||||
|
|
||||||
if (version == NULL) {
|
if (version == NULL) {
|
||||||
version = kPre174Plugin;
|
version = kPre174Plugin;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue