Index: test/actions-multiple/src/foo.c |
=================================================================== |
--- test/actions-multiple/src/foo.c (revision 0) |
+++ test/actions-multiple/src/foo.c (revision 0) |
@@ -0,0 +1,11 @@ |
+/* |
+ * Copyright (c) 2011 Google Inc. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
+#include <stdio.h> |
+ |
+void foo(void) { |
+ printf("foo\n"); |
+} |
Property changes on: test\actions-multiple\src\foo.c |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |