Commit 8f63862e authored by Marc Vef's avatar Marc Vef
Browse files

Reformating code for consistency

parent 8a4c292c
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ MERCURY_GEN_PROC(rpc_mk_symlink_in_t,
                 ((hg_const_string_t) (path))\
((hg_const_string_t) (target_path))
)

#endif

// data
+163 −160
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ extern "C" {
}

#ifdef GKFS_ENABLE_LOGGING

#include <hermes/logging.hpp>

#endif

namespace gkfs {
@@ -205,6 +207,7 @@ process_log_options(const std::string gkfs_debug) {
}

#ifdef GKFS_DEBUG_BUILD

std::bitset<512>
process_log_filter(const std::string& log_filter) {

@@ -233,6 +236,7 @@ process_log_filter(const std::string& log_filter) {

    return filtered_syscalls;
}

#endif // GKFS_DEBUG_BUILD

logger::logger(const std::string& opts,
@@ -446,8 +450,7 @@ print_syscall:

    if (result) {
        syscall::decode(buffer, syscall_number, args, *result);
    }
    else {
    } else {
        syscall::decode(buffer, syscall_number, args);
    }

+3 −3

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+36 −36

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading