Fix some nonempty blank lines
authorVolker Lendecke <vl@samba.org>
Thu, 25 Dec 2008 13:29:39 +0000 (14:29 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 31 Dec 2008 18:33:26 +0000 (19:33 +0100)
source3/libads/cldap.c

index 8f9a8ff2137fd62ce74161a9ee389cfb2620428e..35fb9316f87e1dba678b7307137d123c9b239602 100644 (file)
@@ -9,12 +9,12 @@
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  
 */
@@ -107,16 +107,16 @@ static int send_cldap_netlogon(TALLOC_CTX *mem_ctx, int sock, const char *domain
 }
 
 static SIG_ATOMIC_T gotalarm;
-                                                                                                                   
+
 /***************************************************************
  Signal function to tell us we timed out.
 ****************************************************************/
-                                                                                                                   
+
 static void gotalarm_sig(void)
 {
        gotalarm = 1;
 }
-                                                                                                                   
+
 /*
   receive a cldap netlogon reply
 */