summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2018-02-23 16:21:21 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2018-02-23 16:21:21 +1100
commit5ea40a07a0454287ad73a0838b40fe92e7eaa388 (patch)
tree3ffaed346ca4bbdda5cad12c3b21776ce920592a
parent1108500ec9a263b525c8b9538bcfe1d23d28f014 (diff)
downloadlibrsync-5ea40a07a0454287ad73a0838b40fe92e7eaa388.tar.gz
Replace tabs with spaces in CONTRIBUTING.md.
-rw-r--r--CONTRIBUTING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 37452de..7b466af 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,10 +17,10 @@ The preferred style for non-docbook comments are as follows;
```C
/*=
- | A short poem that
- | shall never ever be
- | reformated or reindented
- */
+ | A short poem that
+ | shall never ever be
+ | reformated or reindented
+ */
/* Single line comment indented to match code indenting. */
@@ -52,7 +52,7 @@ follows;
int a; /**< brief attribute description */
int b; /**< multiline attribute description
*
- * With blank line delimited paragraphs.*/
+ * With blank line delimited paragraphs.*/
```
There is a `make tidy` target that will use GNU indent to reformat all