mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 00:59:18 +02:00
reformat: functions can be made static
This commit is contained in:
@@ -182,7 +182,8 @@ buffer_manager::find_buffer( std::string const &Buffername ) const {
|
||||
}
|
||||
|
||||
std::string
|
||||
buffer_manager::find_file( std::string const &Filename ) const {
|
||||
buffer_manager::find_file( std::string const &Filename )
|
||||
{
|
||||
|
||||
auto const lookup {
|
||||
FileExists(
|
||||
|
||||
Reference in New Issue
Block a user