commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 36/64: Fix coding style


From: Samuel Thibault
Subject: [hurd] 36/64: Fix coding style
Date: Wed, 10 Dec 2014 15:17:06 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 9a5ede46033e225b870cd289221ac0608540a6d3
Author: Samuel Thibault <address@hidden>
Date:   Sat Dec 6 12:42:41 2014 +0100

    Fix coding style
---
 procfs/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/procfs/main.c b/procfs/main.c
index 0593f41..320f55b 100644
--- a/procfs/main.c
+++ b/procfs/main.c
@@ -273,7 +273,7 @@ error_t netfs_get_source (struct protid *cred, char 
*source, size_t source_len)
 {
   if (! cred)
     return EOPNOTSUPP;
-  snprintf(source, source_len, "proc");
+  snprintf (source, source_len, "proc");
   return 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]