summaryrefslogtreecommitdiff
path: root/README.developers
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-03-16 00:33:34 +0000
committersabetts <sabetts>2006-03-16 00:33:34 +0000
commit9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6 (patch)
treec6b2230a429ae887eed80487d1833c1eec129447 /README.developers
parent0ad6d8b36f975c43f37b0ad07112c2cd31003417 (diff)
downloadratpoison-9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6.zip
remove tabs and trailing whitespace.
Diffstat (limited to 'README.developers')
-rw-r--r--README.developers2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.developers b/README.developers
index ed28ddc..887db45 100644
--- a/README.developers
+++ b/README.developers
@@ -12,7 +12,7 @@ String manipulation is something C is seriously lacking, and something
everyone does all the time. When writing ratpoison code, you SHOULD
NOT be malloc'ing temporary string buffers then using strcat, strcpy,
etc to patch strings together. The following structures and functions
-should give you just about everything you need.
+should give you just about everything you need.
If there's something you want to do but can't with the following
utils, then you should consider adding that functionality (Don't just