Merge lp:~jpakkane/libgrip/underscore2 into lp:libgrip

Proposed by Jussi Pakkanen
Status: Merged
Merged at revision: 40
Proposed branch: lp:~jpakkane/libgrip/underscore2
Merge into: lp:libgrip
Diff against target: 16 lines (+3/-3)
1 file modified
src/grip.h (+3/-3)
To merge this branch: bzr merge lp:~jpakkane/libgrip/underscore2
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+63662@code.launchpad.net

Description of the change

I missed one double underscore the last time.

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Oops.

review: Approve
lp:~jpakkane/libgrip/underscore2 updated
40. By Jussi Pakkanen

Merged underscore 2 fix.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/grip.h'
2--- src/grip.h 2010-11-22 14:49:44 +0000
3+++ src/grip.h 2011-06-07 12:55:10 +0000
4@@ -23,9 +23,9 @@
5 * Cody Russell <crussell@canonical.com>
6 */
7
8-#ifndef __GRIP_H__
9-#define __GRIP_H__
10+#ifndef GRIP_H
11+#define GRIP_H
12
13 #include <libgrip/gripgesturemanager.h>
14
15-#endif /* __GRIP_H__ */
16+#endif /* GRIP_H */

Subscribers

People subscribed via source and target branches