Skip to content

Commit

Permalink
rbd OCF RA: fix whitespace inconsistency
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Haas <[email protected]>
  • Loading branch information
fghaas committed Mar 6, 2012
1 parent c31b869 commit affda7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ocf/rbd.in
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ rbd_monitor() {
local rbd_dev

if ! [ -d /sys/bus/rbd ]; then
ocf_log debug "rbd module is not loaded"
return $OCF_NOT_RUNNING
ocf_log debug "rbd module is not loaded"
return $OCF_NOT_RUNNING
fi

rbd_dev=`find_rbd_dev`
Expand Down

0 comments on commit affda7c

Please sign in to comment.