diff options
author | Jan Lehnardt <jan@apache.org> | 2008-11-03 14:31:18 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-11-03 14:31:18 +0000 |
commit | c4457a1d1907159d5948c4994009fd60ad337473 (patch) | |
tree | 13827d8553108f19045dabd8d8edcda46f6bc9f2 /bin/couchpw.c | |
parent | 50afadc47f1732b5583746ba6f38ac06a0d9a1be (diff) |
Add newline to end of file
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin/couchpw.c')
-rw-r--r-- | bin/couchpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchpw.c b/bin/couchpw.c index 6e728849..a328c725 100644 --- a/bin/couchpw.c +++ b/bin/couchpw.c @@ -181,4 +181,4 @@ int main(int argc, char *argv[]) { system(command); unlink(tn); exit(0); -}
\ No newline at end of file +} |