mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
After merge fix
include/violite.h: Indentation cleanup
This commit is contained in:
parent
adfe2c3ab4
commit
5a7189cf8c
2 changed files with 6 additions and 3 deletions
|
|
@ -31,8 +31,11 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
enum enum_vio_type { VIO_CLOSED, VIO_TYPE_TCPIP, VIO_TYPE_SOCKET,
|
||||
VIO_TYPE_NAMEDPIPE, VIO_TYPE_SSL, VIO_TYPE_SHARED_MEMORY };
|
||||
enum enum_vio_type
|
||||
{
|
||||
VIO_CLOSED, VIO_TYPE_TCPIP, VIO_TYPE_SOCKET, VIO_TYPE_NAMEDPIPE,
|
||||
VIO_TYPE_SSL, VIO_TYPE_SHARED_MEMORY
|
||||
};
|
||||
|
||||
#ifndef __WIN__
|
||||
#define HANDLE void *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue