From c89560c09f7b7e587955fa6e91ff9c49c0b9dc12 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald.stufft@gmail.com>
Date: Thu, 21 Feb 2013 23:52:31 -0500
Subject: [PATCH] Small whitespace fix

---
 nacl/nacl.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nacl/nacl.py b/nacl/nacl.py
index 0365365f..3c43fcb6 100644
--- a/nacl/nacl.py
+++ b/nacl/nacl.py
@@ -10,8 +10,6 @@ __all__ = ["ffi", "lib"]
 
 
 ffi = FFI()
-
-
 ffi.cdef(
     # Low Level Hashing functions
     """
-- 
GitLab