[go: nahoru, domu]

NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).

Preliminary work to enforce new PRESUBMIT.py rules:
- <=80 cols
- no trailing whitespaces
- svn:eol-style=LF

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10791 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/process_util.h b/base/process_util.h
index 029f307..11c5e12 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -66,11 +66,11 @@
 
 // Returns the ProcessHandle of the current process.
 ProcessHandle GetCurrentProcessHandle();
-  
+
 // Converts a PID to a process handle. This handle must be closed by
 // CloseProcessHandle when you are done with it.
 ProcessHandle OpenProcessHandle(int pid);
-  
+
 // Closes the process handle opened by OpenProcessHandle.
 void CloseProcessHandle(ProcessHandle process);