Browse Source

use space before comment

merge-requests/413/head
Jørgen Sverre Lien Sellæg 4 years ago
parent
commit
e81b8f78b4
  1. 1
      src/info.cpp
  2. 1
      src/notebook.cpp
  3. 1
      src/project_build.hpp

1
src/info.cpp

@ -21,6 +21,7 @@ Info::Info() {
}
}
void Info::print(const std::string &text) {
timeout_connection.disconnect();
// Timeout based on https://en.wikipedia.org/wiki/Words_per_minute

1
src/notebook.cpp

@ -13,6 +13,7 @@
#include <gtksourceview-3.0/gtksourceview/gtksourcemap.h>
#include <regex>
Notebook::TabLabel::TabLabel(const std::function<void()> &on_close) {
set_can_focus(false);

1
src/project_build.hpp

@ -2,6 +2,7 @@
#include "cmake.hpp"
#include "meson.hpp"
#include <boost/filesystem.hpp>
#include <memory>
namespace Project {
class Build {

Loading…
Cancel
Save