rm trailing whitespace;
This commit is contained in:
parent
73b2bbe8da
commit
f7fc74c078
@ -7,10 +7,10 @@ extern "C" {
|
||||
|
||||
#ifndef SWIG
|
||||
#if defined _MSC_VER
|
||||
#define DEEPSPEECH_EXPORT __declspec(dllexport)
|
||||
#else /*End of _MSC_VER*/
|
||||
#define DEEPSPEECH_EXPORT __declspec(dllexport)
|
||||
#else /*End of _MSC_VER*/
|
||||
#define DEEPSPEECH_EXPORT __attribute__ ((visibility("default")))
|
||||
#endif /*End of SWIG*/
|
||||
#endif /*End of SWIG*/
|
||||
#else
|
||||
#define DEEPSPEECH_EXPORT
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user