Skip to content

Commit

Permalink
test: remove unnecessary leading blanks
Browse files Browse the repository at this point in the history
This is mostly a style fix. The macro is used in the next patch to
add commands to the 'cleanup" file. This fix makes the 'cleanup' file
easier to read.

Signed-off-by: Andy Zhou <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
  • Loading branch information
azhou-nicira committed Feb 6, 2015
1 parent 59a90db commit ba204a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kmod-macros.at
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ m4_define([OVS_KMOD_VSWITCHD_STOP],
m4_define([DEL_NAMESPACES],
[m4_foreach([ns], [$@],
[ip netns del ns
])
])
]
)
#
Expand Down

0 comments on commit ba204a7

Please sign in to comment.