Add missing final newline
This commit is contained in:
parent
486545527b
commit
3aee8dd341
|
@ -1 +1 @@
|
|||
theme: jekyll-theme-slate
|
||||
theme: jekyll-theme-slate
|
||||
|
|
|
@ -1 +1 @@
|
|||
Made it possible to use keyboard instead of mouse to modify screen layout.
|
||||
Made it possible to use keyboard instead of mouse to modify screen layout.
|
||||
|
|
|
@ -30,4 +30,4 @@ ArchConsoleStd::writeConsole(ELevel level, const char* str)
|
|||
std::cout << str << std::endl;
|
||||
|
||||
std::cout.flush();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -511,4 +511,4 @@ ArchTaskBarWindows::threadEntry(void* self)
|
|||
HINSTANCE ArchTaskBarWindows::instanceWin32()
|
||||
{
|
||||
return ArchMiscWindows::instanceWin32();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ public:
|
|||
virtual ~IMSWindowsClipboardFacade() { }
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -50,4 +50,4 @@ static void add_key(const char * const buffer, std::vector<DWORD> &keys)
|
|||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,4 +30,4 @@ bool WindowsHookResource::unset()
|
|||
}
|
||||
|
||||
bool WindowsHookResource::is_set() const { return _hook != NULL; }
|
||||
WindowsHookResource::operator HHOOK() const { return _hook; }
|
||||
WindowsHookResource::operator HHOOK() const { return _hook; }
|
||||
|
|
|
@ -17,4 +17,4 @@ public:
|
|||
|
||||
private:
|
||||
HHOOK _hook;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue