docs: Added space to swig interface include

Documentation script was failing when parsing swig file.  Added
a space in the ads1x15 java swig file to make the doc parser happy.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-03-03 10:11:25 -08:00
parent b7faba556f
commit cfb4105dd8

View File

@ -2,7 +2,7 @@
%include "../upm.i" %include "../upm.i"
#if SWIG_VERSION >= 0x030009 #if SWIG_VERSION >= 0x030009
%include"../interfaces/javaupm_iADC.i" %include "../interfaces/javaupm_iADC.i"
#endif #endif
%include "typemaps.i" %include "typemaps.i"