summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2008-07-19 14:54:16 (UTC)
committer Michael Krelin <hacker@klever.net>2008-07-19 14:54:16 (UTC)
commit57a74ccfbdd7c1c419f069f999fb47cef53b6b12 (patch) (unidiff)
tree25c83369ad35d0c0481ebf7bbdc2d09df6e108bb
parent8a24019a28e046189e15fdbade21d1a716edbb56 (diff)
downloadnapkin-57a74ccfbdd7c1c419f069f999fb47cef53b6b12.zip
napkin-57a74ccfbdd7c1c419f069f999fb47cef53b6b12.tar.gz
napkin-57a74ccfbdd7c1c419f069f999fb47cef53b6b12.tar.bz2
whitespace-only change
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--src/db.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.cc b/src/db.cc
index 9ae5f8f..c350e68 100644
--- a/src/db.cc
+++ b/src/db.cc
@@ -32,7 +32,7 @@ namespace napkin {
32 MAXPATHLEN 32 MAXPATHLEN
33# else /* maxpath */ 33# else /* maxpath */
34 512 34 512
35#endif /* maxpath */ 35# endif /* maxpath */
36 ]; 36 ];
37 if(!getcwd(cwd,sizeof(cwd))) 37 if(!getcwd(cwd,sizeof(cwd)))
38 throw napkin::exception("failed to getcwd()"); 38 throw napkin::exception("failed to getcwd()");