Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tickcounter.h

Issue 6893111: Enhancements to ktop (Closed) Base URL: ssh://gitrw.chromium.org:9222/ktop.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syscall.h ('k') | tickcounter.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tickcounter.h
diff --git a/tickcounter.h b/tickcounter.h
index 92eeebca31adbee62cd964f84b1e8cfd60b3a6c1..eac446fc8e9d0eb97767a989e7f99386f7ddf358 100644
--- a/tickcounter.h
+++ b/tickcounter.h
@@ -2,8 +2,8 @@
* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
* Distributed under the terms of the GNU General Public License v2
*/
-#ifndef _TICKCOUNTER_H
-#define _TICKCOUNTER_H 1
+#ifndef _TICKCOUNTER_H_
+#define _TICKCOUNTER_H_ 1
enum { WHEEL_SIZE = 60 };
« no previous file with comments | « syscall.h ('k') | tickcounter.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698