Skip to content

Commit 6809706

Browse files
committed
reformat
1 parent 3f74da9 commit 6809706

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/gstype_python.i

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,8 @@ static void cleanStringArray(GSChar** arrString, size_t size) {
599599
}
600600
}
601601

602-
%fragment("convertObjectToStringArray", "header",
603-
fragment = "checkPyObjIsStr", fragment = "cleanString",
604-
fragment = "cleanStringArray") {
602+
%fragment("convertObjectToStringArray", "header", fragment = "checkPyObjIsStr",
603+
fragment = "cleanString", fragment = "cleanStringArray") {
605604
static GSChar** convertObjectToStringArray(PyObject* value, size_t* size) {
606605
GSChar** arrString;
607606
size_t arraySize;
@@ -680,6 +679,7 @@ static bool convertToRowKeyFieldWithType(griddb::Field &field, PyObject* value,
680679
if (!SWIG_IsOK(res)) {
681680
return false;
682681
}
682+
683683
if (v) {
684684
field.value.asString = strdup(v);
685685
cleanString(v, alloc);
@@ -1091,7 +1091,7 @@ static bool convertToFieldWithType(GSRow *row, int column, PyObject* value, GSTy
10911091
}
10921092

10931093
/**
1094-
* Typemaps for put_container() function
1094+
* Typemaps for new ContainerInfo()
10951095
*/
10961096
%typemap(in, fragment = "SWIG_AsCharPtrAndSize", fragment = "cleanString")
10971097
(const GSColumnInfo* props, int propsCount)

0 commit comments

Comments
 (0)