summaryrefslogtreecommitdiff
path: root/src/api/cifs2_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/cifs2_commands.h')
-rw-r--r--src/api/cifs2_commands.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/api/cifs2_commands.h b/src/api/cifs2_commands.h
index c5ca14c..9628ef3 100644
--- a/src/api/cifs2_commands.h
+++ b/src/api/cifs2_commands.h
@@ -32,6 +32,7 @@ namespace API
*/
namespace SMBv2
{
+// clang-format off
/*! CIFS v2 commands
*/
@@ -1252,8 +1253,11 @@ struct SetInfoResponse
} __attribute__ ((__packed__));
} // namespace SMBv2
+
+// clang-format on
+
} // namespace API
} // namespace NST
//------------------------------------------------------------------------------
-#endif//API_CIFS2_COMMANDS_H
+#endif // API_CIFS2_COMMANDS_H
//------------------------------------------------------------------------------