Merge lp:~robert-ancell/unity-system-compositor/std-endl into lp:unity-system-compositor

Proposed by Robert Ancell
Status: Merged
Approved by: Robert Ancell
Approved revision: 24
Merged at revision: 23
Proposed branch: lp:~robert-ancell/unity-system-compositor/std-endl
Merge into: lp:unity-system-compositor
Diff against target: 11 lines (+1/-1)
1 file modified
src/main.cpp (+1/-1)
To merge this branch: bzr merge lp:~robert-ancell/unity-system-compositor/std-endl
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Unity System Compositor Development Team Pending
Review via email: mp+161906@code.launchpad.net

Commit message

Use std::endl

To post a comment you must log in.
24. By Robert Ancell

Fix syntax

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main.cpp'
2--- src/main.cpp 2013-04-19 03:37:35 +0000
3+++ src/main.cpp 2013-05-01 18:05:30 +0000
4@@ -22,7 +22,7 @@
5 {
6 if (argc != 3)
7 {
8- std::cerr << "Usage: " << argv[0] << " from_dm_fd to_dm_fd\n";
9+ std::cerr << "Usage: " << argv[0] << " from_dm_fd to_dm_fd" << std::endl;
10 return 1;
11 }
12

Subscribers

People subscribed via source and target branches