File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -746,11 +746,11 @@ enum EndOfLine
746746
747747
748748/* The following is the enum of events/notifications.
749- * Note that the PYSCN_XXX constants are NOT automatically generated (in ScintillaNotifications.h).
750- * This is very deliberate.
751- * An error here indicates that a new notification has been added,
752- * and hence handler code should be added to the ScintillaWrapper::notify() function
753- */
749+ * Note that the PYSCN_XXX constants are NOT automatically generated (in ScintillaNotifications.h).
750+ * This is very deliberate.
751+ * An error here indicates that a new notification has been added,
752+ * and hence handler code should be added to the ScintillaWrapper::notify() function
753+ */
754754enum ScintillaMessage
755755{
756756 PYSCR_SCI_ADDTEXT = SCI_ADDTEXT ,
You can’t perform that action at this time.
0 commit comments