summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rodrigues <mikebrodrigues@gmail.com>2014-07-01 19:43:43 -0700
committerMichael Rodrigues <mikebrodrigues@gmail.com>2014-07-01 19:43:43 -0700
commit089b7d30bc7497a6bfe0970fc0b3fa92c41fe61e (patch)
tree3da2b8d04bee42865b0f05c00b1f8c4d07bb8749
parent169af8f25ad4e2ab2f5d0bffd27ca8d73e791cc5 (diff)
downloadipaddress-089b7d30bc7497a6bfe0970fc0b3fa92c41fe61e.tar.gz
undeleting whitespace
-rw-r--r--lib/ipaddress/ipv4.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ipaddress/ipv4.rb b/lib/ipaddress/ipv4.rb
index d68dfa9..0499003 100644
--- a/lib/ipaddress/ipv4.rb
+++ b/lib/ipaddress/ipv4.rb
@@ -303,7 +303,7 @@ module IPAddress;
return nil
end
end
-
+
#
# Checks if the IP address is actually a network
#
@@ -482,7 +482,7 @@ module IPAddress;
return prefix <=> oth.prefix if to_u32 == oth.to_u32
to_u32 <=> oth.to_u32
end
-
+
#
# Returns the number of IP addresses included
# in the network. It also counts the network