From 7e14b70a3c37e33d65a879f53b44a6d8d233137b Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 5 Nov 2016 12:13:43 +0300
Subject: bugfix & code style

---
 %HOME%/.bash_profile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '%HOME%/.bash_profile')

diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile
index 38b23f3..91b1d50 100644
--- a/%HOME%/.bash_profile
+++ b/%HOME%/.bash_profile
@@ -5,9 +5,9 @@ echo "Welcome to $( hostname )"
 spawn_ssh_agent() {
     [ -n "${SSH_AGENT_PID:+x}" ] && return 0
 
-    command -v ssh-agent &> /dev/null \
+    command -v ssh-agent &> /dev/null           \
         && eval "$( ssh-agent -s )" > /dev/null \
-        && [ -n "${SSH_AGENT_PID:+x}" ] \
+        && [ -n "${SSH_AGENT_PID:+x}" ]         \
         && trap "$( printf 'kill %q' "$SSH_AGENT_PID" )" 0
 }
 
-- 
cgit v1.2.3