Commit 01d15548 authored by Frank Barrus's avatar Frank Barrus
Browse files

consistently apply a single blank line after licensing header

Otherwise there are spurious diffs and merge conflicts with branches.
(Note that this needs to be done to the branches too)

About half the files had it before, and half didn't, and the set of
which did and didn't changed on the batch-operation branch
parent 62500555
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 * See www.openkinetic.org for more project information
 */

#include "kinetic_client.h"
#include "kinetic_types.h"
#include "kinetic_semaphore.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 * See www.openkinetic.org for more project information
 */

#include "kinetic_client.h"
#include "kinetic_types.h"
#include "kinetic_semaphore.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 * See www.openkinetic.org for more project information
 */

#include "kinetic_client.h"
#include "kinetic_types.h"
#include "byte_array.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 * See www.openkinetic.org for more project information
 */

#ifndef ATOMIC_H
#define ATOMIC_H

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 *
 * See www.openkinetic.org for more project information
 */

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Loading