Skip to content

Commit 925693a

Browse files
committed
COMP: Add missing new lines in headers
1 parent d9d7b1d commit 925693a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/PythonQtCppWrapperFactory.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ class PYTHONQT_EXPORT PythonQtCppWrapperFactory
5858

5959
};
6060

61-
#endif
61+
#endif
62+

src/PythonQtImportFileInterface.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ class PythonQtImportFileInterface {
6969

7070
};
7171

72-
#endif
72+
#endif
73+

src/PythonQtInstanceWrapper.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ typedef struct PythonQtInstanceWrapperStruct {
9595

9696
int PythonQtInstanceWrapper_init(PythonQtInstanceWrapper * self, PyObject * args, PyObject * kwds);
9797

98-
#endif
98+
#endif
99+

src/gui/PythonQtScriptingConsole.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,5 @@ public slots:
146146

147147

148148

149-
#endif
149+
#endif
150+

0 commit comments

Comments
 (0)