Skip to content

Commit 41165ff

Browse files
author
Alan W. Irwin
committed
Removing trailing whitespace from previously committed files
1 parent 6b47c71 commit 41165ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.developers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ git commit --amend
8686
and realize before you make additional commits that there is an error
8787
in the commit, use the above command.
8888
What this command does is squash the effects of your present
89-
commit (which revises the bad commit) and the prior bad commit
89+
commit (which revises the bad commit) and the prior bad commit
9090
together, i.e., it replaces the old bad commit
9191
by the combined bad commit and fix for that bad commit. This approach minimizes
9292
errors in the commits that will eventually be merged to master (see

examples/c++/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if(ENABLE_wxwidgets)
110110
)
111111
endif(BUILD_SHARED_LIBS)
112112
target_link_libraries(wxPLplotDemo PLPLOT::plplotwxwidgets PLPLOT::plplotcxx ${wxwidgets_LINK_FLAGS} ${MATH_LIB})
113-
113+
114114
endif(BUILD_TEST)
115115
# Transform wxwidgets_LINK_FLAGS from list of libraries to the standard pkg-config form
116116
# for use in configuring Makefile.examples.

0 commit comments

Comments
 (0)