Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 26, 2014
1 parent 90f5a88 commit ec482c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/log.c
Expand Up @@ -823,9 +823,9 @@ fr_logfile_t *fr_logfile_init(TALLOC_CTX *ctx)
* When multithreaded, the FD is locked via a mutex. This way we're
* sure that no other thread is writing to the file.
*
* @param lf The logfile context returned from fr_logfile_init()
* @param filename the file to open
* @param permissions the permissions to use
* @param lf The logfile context returned from fr_logfile_init().
* @param filename the file to open.
* @param permissions to use.
* @return an FD used to write to the file, or -1 on error.
*/
int fr_logfile_open(fr_logfile_t *lf, char const *filename, mode_t permissions)
Expand Down

0 comments on commit ec482c3

Please sign in to comment.