Skip to content

Commit fa3666d

Browse files
committed
Whitespace
1 parent cba6b6a commit fa3666d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PythonScript/src/Enums.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
*/
754754
enum ScintillaMessage
755755
{
756756
PYSCR_SCI_ADDTEXT = SCI_ADDTEXT,

0 commit comments

Comments
 (0)