commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 30/56: another small change in style for consistency


From: Samuel Thibault
Subject: [gnumach] 30/56: another small change in style for consistency
Date: Sat, 28 Sep 2013 12:43:16 +0000

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

sthibault pushed a commit to branch master
in repository gnumach.

commit 0cf57acc9729b7a8b697d9da140cafe3d1919697
Author: Marin Ramesa <address@hidden>
Date:   Fri Sep 13 13:31:57 2013 +0200

    another small change in style for consistency
    
    * device/dev_name.c: Change in coding style.
---
 device/dev_name.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/device/dev_name.c b/device/dev_name.c
index 24d0885..de9e360 100644
--- a/device/dev_name.c
+++ b/device/dev_name.c
@@ -216,14 +216,14 @@ boolean_t dev_change_indirect(iname, dname, unit)
     boolean_t found = FALSE;
 
     dev_search(dp) {
-       if (!strcmp(dp->d_name,dname)) {
+       if (!strcmp(dp->d_name, dname)) {
            found = TRUE;
            break;
        }
     }
     if (!found) return FALSE;
     dev_indirect_search(di) {
-       if (!strcmp(di->d_name,iname)) {
+       if (!strcmp(di->d_name, iname)) {
            di->d_ops = dp;
            di->d_unit = unit;
            return TRUE;

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



reply via email to

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