summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2017-10-06 23:30:07 +0000
committerGreg Ercolano <erco@seriss.com>2017-10-06 23:30:07 +0000
commit73f1c43474b20e49f2ff62665cc6883a43a987ae (patch)
tree491f5dbfc9f4bb6c7bd4438785d13033ce8c5dc6
parent2678cb64f90b1d1d2425cfba2d00a380794b54e2 (diff)
Fixed seemingly random whitespace..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--test/message.cxx17
1 files changed, 8 insertions, 9 deletions
diff --git a/test/message.cxx b/test/message.cxx
index 55d17f9e9..fe18a3095 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -29,15 +29,14 @@ int main(int argc, char **argv) {
fl_message("Spelling check sucessful, %d errors found with %g%% confidence",
1002, 100*(15/77.0));
- fl_alert(
- "Quantum fluctuations in the space-time continuum detected,\n"
- "you have %g seconds to comply.\n\n"
- "\"In physics, spacetime is any mathematical model that combines\n"
- "space and time into a single construct called the space-time\n"
- "continuum. Spacetime is usually interpreted with space being\n"
- "three-dimensional and time playing the role of the\n"
- "fourth dimension.\" - Wikipedia",
- 10.0);
+ fl_alert("Quantum fluctuations in the space-time continuum detected,\n"
+ "you have %g seconds to comply.\n\n"
+ "\"In physics, spacetime is any mathematical model that combines\n"
+ "space and time into a single construct called the space-time\n"
+ "continuum. Spacetime is usually interpreted with space being\n"
+ "three-dimensional and time playing the role of the\n"
+ "fourth dimension.\" - Wikipedia",
+ 10.0);
printf("fl_choice returned %d\n",
fl_choice("Do you really want to %s?", "No", "Yes", 0L, "continue"));