summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-19 15:09:08 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-19 15:09:08 -0400
commit8a5084bc62d8f59320efc43fcd5e36bcc668374d (patch)
treed909d51b35639aa51502ba40be2bcb366abe5924 /IkiWiki
parentb1dade8d960ce7ccb549e5652d35a8e9dbccf5c6 (diff)
whitespace
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/darcs.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/IkiWiki/Plugin/darcs.pm b/IkiWiki/Plugin/darcs.pm
index 1c9538e83..bc8394b90 100644
--- a/IkiWiki/Plugin/darcs.pm
+++ b/IkiWiki/Plugin/darcs.pm
@@ -51,7 +51,7 @@ sub darcs_info ($$$) {
return $_;
}
-sub file_in_vc($$) {
+sub file_in_vc ($$) {
my $repodir = shift;
my $file = shift;
@@ -69,7 +69,7 @@ sub file_in_vc($$) {
return $found;
}
-sub darcs_rev($) {
+sub darcs_rev ($) {
my $file = shift; # Relative to the repodir.
my $repodir = $config{srcdir};
@@ -78,7 +78,7 @@ sub darcs_rev($) {
return defined $hash ? $hash : "";
}
-sub checkconfig() {
+sub checkconfig () {
if (defined $config{darcs_wrapper} && length $config{darcs_wrapper}) {
push @{$config{wrappers}}, {
wrapper => $config{darcs_wrapper},
@@ -87,7 +87,7 @@ sub checkconfig() {
}
}
-sub getsetup() {
+sub getsetup () {
return
plugin => {
safe => 0, # rcs plugin
@@ -238,7 +238,7 @@ sub rcs_commit ($$$;$$) {
}
}
-sub rcs_commit_staged($$$) {
+sub rcs_commit_staged ($$$) {
my ($message, $user, $ipaddr) = @_;
my $author;