bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 7/7] another small change in style for consistency


From: Marin Ramesa
Subject: [PATCH 7/7] another small change in style for consistency
Date: Fri, 13 Sep 2013 13:31:57 +0200

* 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 dc5f835..2e3b0ab 100644
--- a/device/dev_name.c
+++ b/device/dev_name.c
@@ -219,14 +219,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;
-- 
1.8.1.4




reply via email to

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