Skip to content

Commit

Permalink
Add CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Mar 23, 2017
1 parent 4a206ff commit be9aace
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openssl-dynamic/src/main/c/tcn_atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ void tcn_atomic_uint32_increment(tcn_atomic_uint32_t atomic);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif //TCN_ATOMIC_H
#endif //TCN_ATOMIC_H
2 changes: 1 addition & 1 deletion openssl-dynamic/src/main/c/tcn_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ void tcn_lock_release(tcn_lock_t lock);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif //TCN_LOCK_H
#endif //TCN_LOCK_H
2 changes: 1 addition & 1 deletion openssl-dynamic/src/main/c/tcn_lock_rw.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ void tcn_lock_reader_release(tcn_lock_reader_t lock);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif //TCN_LOCK_RW_H
#endif //TCN_LOCK_RW_H
2 changes: 1 addition & 1 deletion openssl-dynamic/src/main/c/tcn_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ size_t tcn_current_thread_id();
#ifdef __cplusplus
}
#endif // __cplusplus
#endif //TCN_THREAD_H
#endif //TCN_THREAD_H

0 comments on commit be9aace

Please sign in to comment.