[epiphany] Fix code style error in code style guidelines
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix code style error in code style guidelines
- Date: Tue, 13 Sep 2016 00:08:21 +0000 (UTC)
commit d09fb66de740ad81cbd3638887cd8098cce56577
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Sep 12 19:08:02 2016 -0500
Fix code style error in code style guidelines
HACKING | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/HACKING b/HACKING
index 4a5894c..604c2ba 100644
--- a/HACKING
+++ b/HACKING
@@ -31,7 +31,7 @@ need to stick to in order to get your patch accepted:
- There's no space between a type cast and the variable name.
- Right: (int*)foo
+ Right: (int *)foo
Wrong: (int*) foo
See ChangeLog.README for Git checkin rules.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]