aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/examples/getinfo.c1
-rw-r--r--docs/examples/http-post.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 214523ac4..387218ef5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -39,4 +39,3 @@ pdf: $(PDFPAGES)
rm $$foo.ps; \
echo "converted $< to $@")
-
diff --git a/docs/examples/getinfo.c b/docs/examples/getinfo.c
index 7c462b205..eb0cae31f 100644
--- a/docs/examples/getinfo.c
+++ b/docs/examples/getinfo.c
@@ -40,4 +40,3 @@ int main(void)
}
return 0;
}
-
diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c
index bde06c6ea..30ca3536b 100644
--- a/docs/examples/http-post.c
+++ b/docs/examples/http-post.c
@@ -33,4 +33,3 @@ int main(void)
}
return 0;
}
-