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

Unified Diff: plot.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 | « mylib.h ('k') | plot.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plot.h
diff --git a/plot.h b/plot.h
index 6630a208377314707f2b40e9c425ed27a20a7fc4..1eec581019a6a2447ffe4dd041b78537df261092 100644
--- a/plot.h
+++ b/plot.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 _PLOT_H
-#define _PLOT_H 1
+#ifndef _PLOT_H_
+#define _PLOT_H_ 1
typedef struct point_s {
double x;
« no previous file with comments | « mylib.h ('k') | plot.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698