mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 21:16:52 +00:00
Indentation cleanup
This commit is contained in:
parent
d0394b3d6d
commit
d18fd2f82d
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ public interface History : Object, Activity
|
|||
public signal void selection_changed();
|
||||
public abstract void foreach_selected(ForeachCommitSelectionFunc func);
|
||||
|
||||
public abstract void select(Gitg.Commit commit);
|
||||
public abstract void select(Gitg.Commit commit);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ public void init() throws Error
|
|||
if ((Ggit.get_features() & Ggit.FeatureFlags.THREADS) == 0)
|
||||
{
|
||||
gitg_initerr = new InitError.THREADS_UNSAFE("no thread support");
|
||||
|
||||
|
||||
warning("libgit2 must be built with threading support in order to run gitg");
|
||||
throw gitg_initerr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue